@@ -34,34 +34,22 @@ extra_tags=""
34
34
# run "$MLC_RUN_CMD"
35
35
run " mlcr run,mobilenet-models,_tflite,_accuracy-only$extra_tags \
36
36
--adr.compiler.tags=gcc \
37
- ${extra_option} \
38
- --results_dir=$HOME /results_dir"
37
+ ${extra_option} "
39
38
40
39
run " mlcr run,mobilenet-models,_tflite,_performance-only$extra_tags \
41
40
${POWER} \
42
41
--adr.compiler.tags=gcc \
43
- ${extra_option} \
44
- --results_dir= $HOME /results_dir "
42
+ ${extra_option} "
43
+
45
44
46
- run " mlcr run,mobilenet-models,_tflite,_populate-readme$extra_tags \
47
- ${POWER} \
48
- --adr.compiler.tags=gcc \
49
- ${extra_option} \
50
- --results_dir=$HOME /results_dir"
51
45
52
46
run " mlcr run,mobilenet-models,_tflite,_armnn,_neon,_accuracy-only$extra_tags \
53
47
--adr.compiler.tags=gcc \
54
- ${extra_option} \
55
- --results_dir=$HOME /results_dir"
48
+ ${extra_option} "
56
49
57
50
run " mlcr run,mobilenet-models,_tflite,_armnn,_neon,_performance-only$extra_tags \
58
51
${POWER} \
59
52
${extra_option} \
60
- --adr.compiler.tags=gcc \
61
- --results_dir= $HOME /results_dir "
53
+ --adr.compiler.tags=gcc"
54
+
62
55
63
- run " mlcr run,mobilenet-models,_tflite,_armnn,_neon,_populate-readme$extra_tags \
64
- ${POWER} \
65
- ${extra_option} \
66
- --adr.compiler.tags=gcc \
67
- --results_dir=$HOME /results_dir"
0 commit comments