Skip to content

Commit f40305e

Browse files
committed
Remove quantize_io flag again.
The quantize io flag was removed in a prio commit. Signed-off-by: Per Åstrand <[email protected]> Change-Id: Id10d6502fe4b39d453fc04d758666575e833ce19
1 parent 2e18b81 commit f40305e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/arm/aot_arm_compiler.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,7 @@ def get_compile_spec(
264264
) -> list[CompileSpec]:
265265
spec_builder = None
266266
if target == "TOSA":
267-
spec_builder = (
268-
ArmCompileSpecBuilder()
269-
.tosa_compile_spec("TOSA-0.80+BI")
270-
.set_quantize_io(True)
271-
)
267+
spec_builder = ArmCompileSpecBuilder().tosa_compile_spec("TOSA-0.80+BI")
272268
elif "ethos-u55" in target:
273269
spec_builder = ArmCompileSpecBuilder().ethosu_compile_spec(
274270
target,

0 commit comments

Comments
 (0)