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 198cd72 commit d138641Copy full SHA for d138641
exir/operator/util.py
@@ -64,5 +64,7 @@ def gen_out_variant_schema(func_op_schema: str) -> str:
64
torch.ops.torchao.choose_qparams_affine.default,
65
]
66
)
67
+except AttributeError:
68
+ pass
69
except ImportError:
70
pass
0 commit comments