We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1805ef0 commit 837ca7cCopy full SHA for 837ca7c
1 file changed
examples/arm/aot_arm_compiler.py
@@ -815,6 +815,10 @@ def to_edge_no_delegate(
815
),
816
)
817
818
+ # Replace quantized_decomposed::* nodes with cortex_m::* equivalents for
819
+ # any QDQ ops in the non-delegated quantized model.
820
+ if args.target != "vgf" and not args.direct_drive:
821
+ edge = edge.transform([ReplaceQuantNodesPass()])
822
return model_quant, edge
823
824
0 commit comments