What is changed? - Updated the board qualifier for MPS3 to `mps3/corstone300/fvp` Why do we need this change? - To validate the sample with FVP by default since QEMU doesn't model the NPU. Signed-off-by: Sudan Landge <sudan.landge@arm.com>
30 lines
659 B
YAML
30 lines
659 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
|
|
integration_platforms:
|
|
- qemu_x86
|
|
tags: tensorflow
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
sample.tensorflow.helloworld.cmsis_nn:
|
|
tags: tensorflow
|
|
platform_allow:
|
|
- mps3/corstone300/fvp
|
|
extra_configs:
|
|
- CONFIG_TENSORFLOW_LITE_MICRO_CMSIS_NN_KERNELS=y
|