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 0112357 commit 78d60d4Copy full SHA for 78d60d4
backends/arm/test/models/test_torch_functions.py
@@ -128,7 +128,9 @@ def test_torch_fns_MI(test_data):
128
"Requires dynamic output shape.",
129
"topk": "NotImplementedError: No registered serialization name for <class 'torch.return_types.topk'> found",
130
"sort": "NotImplementedError: No registered serialization name for <class 'torch.return_types.sort'> found",
131
+ "t": "MLETORCH-855: Issue with Quantization folding.",
132
},
133
+ strict=False,
134
)
135
def test_torch_fns_BI(test_data):
136
module, inputs = test_data
0 commit comments