Skip to content

Commit

Permalink
Create reduce min/max test data (#5614)
Browse files Browse the repository at this point in the history
### Motivation and Context

For some reason they were not added in #5452

---------

Signed-off-by: Justin Chu <justinchu@microsoft.com>
  • Loading branch information
justinchuby committed Sep 23, 2023
1 parent 2b770ab commit 47eca61
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions onnx/test/test_backend_onnxruntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
"|equal"
"|half_pixel_symmetric"
"|identity"
"|reduce_max_bool_inputs"
"|reduce_min_bool_inputs"
"|reshape"
")"
)
Expand All @@ -282,6 +280,8 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
"|isinf_float16"
"|label_encoder"
"|optional_get_element_optional_sequence"
"|reduce_max_bool_inputs"
"|reduce_min_bool_inputs"
"|regex_full_match"
"|string_concat"
"|string_split"
Expand Down

0 comments on commit 47eca61

Please sign in to comment.