We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4d15b commit 877d91aCopy full SHA for 877d91a
1 file changed
examples/arm/aot_arm_compiler.py
@@ -199,7 +199,7 @@ def _load_serialized_model(
199
return model, example_inputs
200
201
def _apply_replace_quant_nodes(edge, args):
202
- """ Apply the replace_quant_nodes pass to the edge graph module. """
+ """Apply the replace_quant_nodes pass to the edge graph module."""
203
204
if args.target != "vgf" and not args.direct_drive:
205
edge = edge.transform([ReplaceQuantNodesPass()])
0 commit comments