1sample: 2 description: Hello World TensorFlow sample 3 name: hello world tensorflow 4common: 5 tags: tensorflow 6 modules: 7 - tflite-micro 8 harness: console 9 harness_config: 10 type: multi_line 11 ordered: false 12 regex: 13 - "x_value:.*, y_value:.*" 14 - "" 15tests: 16 sample.tensorflow.helloworld: 17 platform_allow: 18 - qemu_x86 19 - qemu_x86_64 20 integration_platforms: 21 - qemu_x86 22 tags: tensorflow 23 filter: TOOLCHAIN_HAS_NEWLIB == 1 24 sample.tensorflow.helloworld.cmsis_nn: 25 tags: tensorflow 26 platform_allow: mps3_an547 27 extra_configs: 28 - CONFIG_TENSORFLOW_LITE_MICRO_CMSIS_NN_KERNELS=y 29