Skip to content

Commit

Permalink
[onert] Remove tflite_benchmark (Samsung#1252)
Browse files Browse the repository at this point in the history
Remove tflite_benchmark tool and related build flag

Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored May 22, 2020
1 parent 6606973 commit 554db2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 340 deletions.
1 change: 0 additions & 1 deletion infra/nnfw/cmake/CfgOptionFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ CMAKE_DEPENDENT_OPTION(BUILD_RUNTIME_NNAPI_TEST "Build Runtime NN API Generated
OFF)
option(BUILD_RUNTIME_NNFW_API_TEST "Build Runtime NNFW API Tests" ON)
option(BUILD_TFLITE_RUN "Build tflite-run" ON)
option(BUILD_TFLITE_BENCHMARK "Build tflite benchmark" ON)
option(BUILD_TFLITE_BENCHMARK_MODEL "Build tflite benchmark model" OFF)
option(BUILD_NNPACKAGE_RUN "Build nnpackge_run" ON)
option(BUILD_TFLITE_LOADER "Build TensorFlow Lite loader" ON)
Expand Down
10 changes: 0 additions & 10 deletions tests/tools/tflite_benchmark/CMakeLists.txt

This file was deleted.

329 changes: 0 additions & 329 deletions tests/tools/tflite_benchmark/src/tflite_benchmark.cc

This file was deleted.

0 comments on commit 554db2d

Please sign in to comment.