summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-03-14 16:15:22 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-03-14 16:15:22 +0900
commit04ffe812e44eb1e7196cc68b932c11a8733eb41d (patch)
treee34d05712ea5c93edc78906cf0ed1c1ae0890055 /tests
parent771c8d547a9ee85e69cd50da6c7bf207817a78e4 (diff)
downloadnnfw-04ffe812e44eb1e7196cc68b932c11a8733eb41d.tar.gz
nnfw-04ffe812e44eb1e7196cc68b932c11a8733eb41d.tar.bz2
nnfw-04ffe812e44eb1e7196cc68b932c11a8733eb41d.zip
Add mobiilenet to model benchmark list (#4732)
Add mobiilenet to model benchmark list
Diffstat (limited to 'tests')
-rw-r--r--tests/scripts/run_benchmark_tflite_model.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scripts/run_benchmark_tflite_model.in b/tests/scripts/run_benchmark_tflite_model.in
index 1003ecc13..4a0398685 100644
--- a/tests/scripts/run_benchmark_tflite_model.in
+++ b/tests/scripts/run_benchmark_tflite_model.in
@@ -1 +1,2 @@
MODELS/inception_nonslim --input_layer=Mul --input_layer_shape=1,299,299,3 --num_threads=1 --num_runs=1
+MODELS/mobilenet --input_layer=input --input_layer_shape=1,128,128,3 --num_threads=1 --num_runs=1