tflite_benchmark_model is updated to v1.12.0. (#3660)
author이상규/동작제어Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Mon, 26 Nov 2018 05:56:12 +0000 (14:56 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 26 Nov 2018 05:56:12 +0000 (14:56 +0900)
commit9fe5ce4d9d386e50e529e52b09bb4951d887a7b1
tree394716a4b8aa3eeb16a8863f1b6ba408377c1760
parentaf76fbca19f76449164406f7ff2e69dc8e6a5c88
tflite_benchmark_model is updated to v1.12.0. (#3660)

Most files are not changed from v1.12.0.
My modification is to support multiple kernel expansion operators.
You can find the changes from stats_calculator.cc and profile_summarizer.cc.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
19 files changed:
externals/CMakeLists.txt
include/util/profiling/time.h
libs/util/src/profiling/.FORMATDENY [new file with mode: 0644]
libs/util/src/profiling/time.cc
tools/tflite_benchmark_model/CMakeLists.txt
tools/tflite_benchmark_model/README.md
tools/tflite_benchmark_model/benchmark_main.cc [deleted file]
tools/tflite_benchmark_model/benchmark_model.cc [deleted file]
tools/tflite_benchmark_model/benchmark_model.h [deleted file]
tools/tflite_benchmark_model/benchmark_params.cc [deleted file]
tools/tflite_benchmark_model/benchmark_params.h [deleted file]
tools/tflite_benchmark_model/benchmark_tflite_model.cc
tools/tflite_benchmark_model/benchmark_tflite_model.h [deleted file]
tools/tflite_benchmark_model/command_line_flags.cc [deleted file]
tools/tflite_benchmark_model/command_line_flags.h [deleted file]
tools/tflite_benchmark_model/logging.h [deleted file]
tools/tflite_benchmark_model/profile_summarizer.cc
tools/tflite_benchmark_model/profile_summarizer.h [deleted file]
tools/tflite_benchmark_model/stats_calculator.cc [new file with mode: 0644]