From d95f3c008a3e4e5fa05b3216d8148f000090cb89 Mon Sep 17 00:00:00 2001 From: ddavis-2015 Date: Mon, 20 Nov 2023 11:32:54 -0800 Subject: [PATCH] testing --- tensorflow/lite/micro/tools/ci_build/test_bluepill_renode.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tensorflow/lite/micro/tools/ci_build/test_bluepill_renode.sh b/tensorflow/lite/micro/tools/ci_build/test_bluepill_renode.sh index ec7a68f4e39..b9f6a235369 100755 --- a/tensorflow/lite/micro/tools/ci_build/test_bluepill_renode.sh +++ b/tensorflow/lite/micro/tools/ci_build/test_bluepill_renode.sh @@ -37,3 +37,5 @@ readable_run make -f ${TENSORFLOW_ROOT}tensorflow/lite/micro/tools/make/Makefile # individual test. So, we test only of the kernels individually as well to have # both of the Renode variations be part of the CI. readable_run make -j8 -f ${TENSORFLOW_ROOT}tensorflow/lite/micro/tools/make/Makefile TARGET=${TARGET} test_kernel_add_test TENSORFLOW_ROOT=${TENSORFLOW_ROOT} EXTERNAL_DIR=${EXTERNAL_DIR} + +readable_run make -j8 -f tensorflow/lite/micro/tools/make/Makefile OPTIMIZED_KERNEL_DIR=cmsis_nn TARGET=cortex_m_corstone_300 TARGET_ARCH=cortex-m7+fp run_keyword_benchmark \ No newline at end of file