Skip to content

Commit

Permalink
Enable averagepool tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amarin16 committed Feb 5, 2025
1 parent e1e3f62 commit e5354cd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -145,20 +145,20 @@
"^test_shufflenet",
"^test_squeezenet",
// TODO: enable these tests when integrating with ONNX 1.14 for ORT 1.15 release
"^test_averagepool_1d_default*",
"^test_averagepool_2d_ceil*",
"^test_averagepool_2d_default*",
"^test_averagepool_2d_dilations*",
"^test_averagepool_2d_pads_count_include_pad*",
"^test_averagepool_2d_pads*",
"^test_averagepool_2d_precomputed_pads_count_include_pad*",
"^test_averagepool_2d_precomputed_pads*",
"^test_averagepool_2d_precomputed_same_upper*",
"^test_averagepool_2d_precomputed_strides*",
"^test_averagepool_2d_same_lower*",
"^test_averagepool_2d_same_upper*",
"^test_averagepool_2d_strides*",
"^test_averagepool_3d_default*",
// "^test_averagepool_1d_default*",
// "^test_averagepool_2d_ceil*",
// "^test_averagepool_2d_default*",
// "^test_averagepool_2d_dilations*",
// "^test_averagepool_2d_pads_count_include_pad*",
// "^test_averagepool_2d_pads*",
// "^test_averagepool_2d_precomputed_pads_count_include_pad*",
// "^test_averagepool_2d_precomputed_pads*",
// "^test_averagepool_2d_precomputed_same_upper*",
// "^test_averagepool_2d_precomputed_strides*",
// "^test_averagepool_2d_same_lower*",
// "^test_averagepool_2d_same_upper*",
// "^test_averagepool_2d_strides*",
// "^test_averagepool_3d_default*",
"^test_constant_pad_axes*",
"^test_constant_pad*",
"^test_edge_pad*",
Expand Down

0 comments on commit e5354cd

Please sign in to comment.