[CI/scripts] Enable tizen tflite loader test tool build (#9344)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 3 Dec 2019 10:19:59 +0000 (19:19 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 3 Dec 2019 10:19:59 +0000 (19:19 +0900)
Enable tizen tflite loader test tool build for loader test

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
infra/nnfw/cmake/options/options_armv7l-tizen.cmake

index 4f91143..af31958 100644 (file)
@@ -9,7 +9,6 @@ option(DOWNLOAD_NNPACK "Download NNPACK source" OFF)
 
 option(BUILD_LOGGING "Build logging runtime" OFF)
 option(BUILD_TFLITE_RUN "Build tflite-run" OFF)
-option(BUILD_TFLITE_LOADER_TEST_TOOL "Build tflite loader testing tool" OFF)
 option(BUILD_SRCN_KERNEL "Build srcn kernel" ON)
 option(GENERATE_RUNTIME_NNAPI_TESTS "Generate NNAPI operation gtest" OFF)
 option(ENVVAR_NEURUN_CONFIG "Use environment variable for neurun configuration" OFF)