Skip to content

Commit a5967fd

Browse files
authored
Arm backend: Add expected failure for test_torch_functions.py (#9898)
### Summary Add expected failure to "t" test in test_torch_functions.py
1 parent 4717459 commit a5967fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/arm/test/models/test_torch_functions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ def test_torch_fns_MI(test_data):
128128
"Requires dynamic output shape.",
129129
"topk": "NotImplementedError: No registered serialization name for <class 'torch.return_types.topk'> found",
130130
"sort": "NotImplementedError: No registered serialization name for <class 'torch.return_types.sort'> found",
131+
"t": "MLETORCH-855: Issue with Quantization folding.",
131132
},
133+
strict=False,
132134
)
133135
def test_torch_fns_BI(test_data):
134136
module, inputs = test_data

0 commit comments

Comments
 (0)