Skip to content

Commit 5183e78

Browse files
guangy10facebook-github-bot
authored andcommitted
Enable MV3 in xnnpack_examples (#149)
Summary: Pull Request resolved: #149 "mv3" needs to be added to `MODEL_NAME_TO_OPTIONS` in order to run it in `xnnpack_example` or for CI to pick it up. Differential Revision: D48710936 fbshipit-source-id: 9b6cee3e47f62e2ef4726f73da88d1c1c95146cf
1 parent 68a1a0d commit 5183e78

File tree

1 file changed

+1
-0
lines changed
  • examples/recipes/xnnpack_optimization

1 file changed

+1
-0
lines changed

examples/recipes/xnnpack_optimization/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ class OptimizationOptions(object):
1818
"add": OptimizationOptions(True, True),
1919
"add_mul": OptimizationOptions(True, True),
2020
"mv2": OptimizationOptions(True, True),
21+
"mv3": OptimizationOptions(True, True),
2122
}

0 commit comments

Comments
 (0)