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 83a6437 commit 8a32ecdCopy full SHA for 8a32ecd
backends/arm/test/models/test_torch_functions.py
@@ -129,8 +129,6 @@ def test_torch_fns_MI(test_data):
129
"Requires dynamic output shape.",
130
"topk": "NotImplementedError: No registered serialization name for <class 'torch.return_types.topk'> found",
131
"sort": "NotImplementedError: No registered serialization name for <class 'torch.return_types.sort'> found",
132
- "t": "MLETORCH-855: Issue with Quantization folding.",
133
- "norm": "An error occurred when running the 'KeepDimsFalseToSqueezePass' pass after the following passes:",
134
},
135
)
136
def test_torch_fns_BI(test_data):
0 commit comments