zephyr/samples/modules/tflite-micro/hello_world/sample.yaml
Måns Nilsson 1acd4bf422 samples: add support for optimized CMSIS-NN kernels
Updates tflite-micro sample hello_world to use CMSIS-NN optimized
kernels. This is also documented in the corresponding README file.

Signed-off-by: Måns Nilsson <mans.nilsson@arm.com>
2022-08-18 12:26:51 +02:00

24 lines
540 B
YAML

sample:
description: Hello World TensorFlow sample
name: hello world tensorflow
common:
tags: tensorflow
modules:
- tflite-micro
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "x_value:.*, y_value:.*"
- ""
tests:
sample.tensorflow.helloworld:
platform_allow: qemu_x86 qemu_x86_64
tags: tensorflow
sample.tensorflow.helloworld.cmsis_nn:
tags: tensorflow
platform_allow: mps3_an547
extra_configs:
- CONFIG_TENSORFLOW_LITE_MICRO_CMSIS_NN_KERNELS=y