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 0db3444 commit ee4a41eCopy full SHA for ee4a41e
ai_edge_torch/_convert/conversion.py
@@ -37,6 +37,7 @@ def _run_convert_passes(
37
passes = [
38
fx_passes.CastInputsBf16ToF32Pass(),
39
fx_passes.BuildInterpolateCompositePass(),
40
+ fx_passes.CanonicalizePass(),
41
fx_passes.OptimizeLayoutTransposesPass(),
42
fx_passes.CanonicalizePass(),
43
fx_passes.BuildAtenCompositePass(),
0 commit comments