Skip to content

Commit 5649628

Browse files
committed
fix issues
1 parent 3011334 commit 5649628

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

_unittests/ut_reference/test_backend_onnxruntime_evaluator.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,15 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
245245
if onnx_opset_version() <= 24:
246246
backend_test.exclude(
247247
"(deform_conv"
248-
"|gru_batchwise"
249-
"|lstm_batchwise"
250-
"|l1normalization_axis_last"
251-
"|l2normalization_axis"
252-
"|lpnormalization)"
248+
"|gru"
249+
"|lstm"
250+
"|l1normalization"
251+
"|l2normalization"
252+
"|lpnormalization"
253+
"|maxunpool"
254+
"|attention_3d"
255+
"|causal_expanded"
256+
")"
253257
)
254258

255259

0 commit comments

Comments
 (0)