Skip to content

Commit 3a9fcb1

Browse files
authored
Fix for no-cache in run-mobilenets (#256)
* Fix no cache issue for mobilenet * Added test for mobilenet
1 parent c594c15 commit 3a9fcb1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

script/run-mlperf-inference-mobilenet-models/customize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def preprocess(i):
1717
adr = i['input'].get('adr')
1818

1919
automation = i['automation']
20+
mlc = i['automation'].action_object
2021

2122
quiet = (env.get('MLC_QUIET', False) == 'yes')
2223
verbose = (env.get('MLC_VERBOSE', False) == 'yes')

script/run-mlperf-inference-mobilenet-models/meta.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,13 @@ variations:
152152
group: optimization
153153
use-neon:
154154
alias: neon
155+
tests:
156+
run_inputs:
157+
- env:
158+
MLC_TEST_ONE_RUN: 'yes'
159+
variations_list:
160+
- tflite
161+
- accuracy_only
162+
adr:
163+
compiler:
164+
tags: gcc

0 commit comments

Comments
 (0)