Introduce run_profile_neurun.sh for profiling (#9381)
author김용섭/On-Device Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Thu, 5 Dec 2019 09:19:47 +0000 (18:19 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 5 Dec 2019 09:19:47 +0000 (18:19 +0900)
commit3e148e271235a013d9de1518a2b111d43e41f262
tree0cd0c33614d74eba12c12e182542c963b154aeb6
parentda455f0590223564176aa4d45a359f38295eceb0
Introduce run_profile_neurun.sh for profiling (#9381)

* Introduce run_benchmark_model.sh for benchmark

This script runs to benchmark models which listed in
benchmark_model_list.txt.
tflite_cpu, acl_cl, acl_neon and cpu backends are benchmarked with
models.

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
* Change file names

* Apply changed file name and recent changes from PRs

* Move quant models down

* Move profile_model_list.txt into list/

* Fix wrong dir of list and wrong result name
tests/scripts/list/profile_model_list.txt [new file with mode: 0644]
tests/scripts/run_profile_neurun.sh [new file with mode: 0755]