Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee2579a

Browse files
committed
fix ut
1 parentcb27cf5 commitee2579a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎_unittests/ut_light_api/test_backend_export.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
242242

243243
# The following tests are too slow with the reference implementation (Conv).
244244
backend_test.exclude(
245-
"(FLOAT8|BFLOAT16|_opt_|_3d_|_momentum_|_4d_"
245+
"(FLOAT8|BFLOAT16|INT4|_opt_|_3d_|_momentum_|_4d_"
246246
"|test_adagrad"
247247
"|test_adam"
248248
"|test_ai_onnx_ml_"

‎_unittests/ut_reference/test_backend_extended_reference_evaluator.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
149149
"|test_scan_sum)"
150150
)
151151

152-
ifonnx_opset_version()<21:
152+
ifonnx_opset_version()<200:
153153
# The following tests are using types not supported by NumPy.
154154
# They could be if method to_array is extended to support custom
155155
# types the same as the reference implementation does

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp