Add run_benchmark_tflite_model.sh (#2640)
author이상규/동작제어Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Tue, 11 Sep 2018 04:14:06 +0000 (13:14 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 11 Sep 2018 04:14:06 +0000 (13:14 +0900)
commit8be846c0d21e244192a2e784f6f451964ed34875
tree8080ae03bb18c159cc9a77e7e04f5b95f46b1d13
parenta074b122f21d291cc8111ffda152dd74858e3730
Add run_benchmark_tflite_model.sh (#2640)

Related Issue: #2544

`run_benchmark_tflite_model.sh` will run `tflite_benchmark_model` tool
with `run_benchmark_tflite_model.in` as input.

`run_benchmark_tflite_model.in` can have several lines.
Each line is a pair of (model name, its parameters for `tflite_benchmark_model`).
Its delimeter is `\t`.

For example, see `run_benchmark_tflite_mode.in`.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
tools/test_driver/run_benchmark_tflite_model.in [new file with mode: 0644]
tools/test_driver/run_benchmark_tflite_model.sh [new file with mode: 0755]
tools/test_driver/test_driver.sh