We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052f624 commit 4d700c4Copy full SHA for 4d700c4
examples/recipes/xnnpack_optimization/models.py
@@ -24,4 +24,5 @@ class OptimizationOptions(object):
24
), # TODO[T163161310]: takes a long time to export to exec prog and save inception_v4 quantized model
25
"w2l": OptimizationOptions(False, True),
26
"dl3": OptimizationOptions(True, False),
27
+ "vit": OptimizationOptions(True, False),
28
}
0 commit comments