For EPIC 2 (#238)
This patch adds MobileNet to the list of benchmark tests.
Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
BENCHMARK_DRIVER_BIN=
BENCHMARK_REPORT_DIR=
BENCHMARK_MODELS_FILE=
-BENCHMARK_MODEL_LIST="inceptionv3/inception_nonslim inceptionv3/inception_slim"
+BENCHMARK_MODEL_LIST="inceptionv3/inception_nonslim inceptionv3/inception_slim mobilenet"
function Usage()
{
--testname="Verification"
fi
-# Run tflite_benchmark with Iv3_non_slim & Iv3_slim
+# Run tflite_benchmark with tflite models
if [ "$BENCHMARK_ON" == "true" ]; then
if [ -z "$BENCHMARK_DRIVER_BIN" ]; then
DRIVER_BIN=$ARTIFACT_PATH/Product/out/bin/tflite_benchmark