Skip to content

Commit

Permalink
Fix for no-cache in run-mobilenets (#256)
Browse files Browse the repository at this point in the history
* Fix no cache issue for mobilenet

* Added test for mobilenet
  • Loading branch information
arjunsuresh authored Feb 22, 2025
1 parent c594c15 commit 3a9fcb1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions script/run-mlperf-inference-mobilenet-models/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def preprocess(i):
adr = i['input'].get('adr')

automation = i['automation']
mlc = i['automation'].action_object

quiet = (env.get('MLC_QUIET', False) == 'yes')
verbose = (env.get('MLC_VERBOSE', False) == 'yes')
Expand Down
10 changes: 10 additions & 0 deletions script/run-mlperf-inference-mobilenet-models/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,13 @@ variations:
group: optimization
use-neon:
alias: neon
tests:
run_inputs:
- env:
MLC_TEST_ONE_RUN: 'yes'
variations_list:
- tflite
- accuracy_only
adr:
compiler:
tags: gcc

0 comments on commit 3a9fcb1

Please sign in to comment.