Skip to content

Commit 117ff0f

Browse files
committed
Fix failing dimension check for MAX operation.
1 parent 48f060b commit 117ff0f

File tree

1 file changed

+1
-0
lines changed
  • onnxruntime/core/providers/openvino/ov_versions

1 file changed

+1
-0
lines changed

onnxruntime/core/providers/openvino/ov_versions/data_ops.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ void DataOps::populate_op_mode_supported() {
358358
no_dimension_supported_.push_back({"If", V_2022_3, {"CPU", "GPU"}});
359359
no_dimension_supported_.push_back({"Less", V_2022_1, {"CPU"}});
360360
no_dimension_supported_.push_back({"Loop", V_2021_4, {"All"}});
361+
no_dimension_supported_.push_back({"Max", V_2024_4, {"All"}});
361362
no_dimension_supported_.push_back({"Min", V_2020_4, {"All"}});
362363
no_dimension_supported_.push_back({"Mul", V_2020_4, {"All"}});
363364
no_dimension_supported_.push_back({"Neg", V_2023_0, {"CPU", "GPU"}});

0 commit comments

Comments
 (0)