@@ -5017,7 +5017,6 @@ def verify_eyelike(indata):
50175017)
50185018
50195019unsupported_onnx_tests = [
5020- "test_basic_convinteger" ,
50215020 "test_batchnorm_epsilon_training_mode" ,
50225021 "test_batchnorm_example_training_mode" ,
50235022 "test_bernoulli" ,
@@ -5046,8 +5045,6 @@ def verify_eyelike(indata):
50465045 "test_castlike_FLOAT_to_STRING_expanded" ,
50475046 "test_castlike_STRING_to_FLOAT" ,
50485047 "test_castlike_STRING_to_FLOAT_expanded" ,
5049- "test_convinteger_with_padding" ,
5050- "test_convinteger_without_padding" ,
50515048 "test_convtranspose_autopad_same" ,
50525049 "test_convtranspose_dilations" ,
50535050 "test_convtranspose_output_shape" ,
@@ -5072,8 +5069,6 @@ def verify_eyelike(indata):
50725069 "test_loop13_seq" ,
50735070 "test_lstm_batchwise" ,
50745071 "test_matmulinteger" ,
5075- "test_maxpool_2d_same_lower" ,
5076- "test_maxpool_2d_same_upper" ,
50775072 "test_maxpool_with_argmax_2d_precomputed_pads" ,
50785073 "test_maxpool_with_argmax_2d_precomputed_strides" ,
50795074 "test_maxunpool_export_with_output_shape" ,
0 commit comments