Skip to content

Commit 4100e95

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. Reviewed By: digantdesai Differential Revision: D48710936 fbshipit-source-id: a99aeeddc97cc8b8dad709a5df736933345a4e5c
1 parent 68a1a0d commit 4100e95

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)