Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit cc04616

Browse files
committed
Enable some ConvTranspose backend tests
1 parent 5caf15b commit cc04616

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wonnx-py/tests/test_onnx_backend.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ def do_enforce_test_coverage_safelist(model): # type: (ModelProto) -> bool
197197
backend_test.include(f"test_softmax_negative_axis_cpu$")
198198
backend_test.include(f"test_softmax_default_axis_cpu$")
199199

200+
# ConvTranspose
201+
# We only have partial attribute support right now, so we hand select a few test cases limited to the supported ones
202+
backend_test.include(f"test_convtranspose$")
203+
backend_test.include(f"test_convtranspose_pads$")
204+
200205
globals().update(backend_test.enable_report().test_cases)
201206

202207
if __name__ == "__main__":

0 commit comments

Comments
 (0)