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 6875b8d commit b213bbdCopy full SHA for b213bbd
backends/test/suite/flows/arm.py
@@ -82,9 +82,11 @@ def create_quantize_stage() -> Quantize:
82
"arm_vgf_fp",
83
lambda: common.get_vgf_compile_spec(tosa_spec="TOSA-1.0+FP"),
84
quantize=False,
85
+ use_portable_ops=False,
86
)
87
ARM_VGF_INT_FLOW = _create_arm_flow(
88
"arm_vgf_int",
89
lambda: common.get_vgf_compile_spec(tosa_spec="TOSA-1.0+INT"),
90
quantize=True,
91
92
0 commit comments