Skip to content

Commit c573fff

Browse files
rayngunankitm3k
authored andcommitted
Add Greater Op to dimension check (#560)
1 parent 06dcba4 commit c573fff

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
@@ -361,6 +361,7 @@ void DataOps::populate_op_mode_supported() {
361361
no_dimension_supported_.push_back({"Expand", V_2024_3, {"CPU", "GPU"}});
362362
no_dimension_supported_.push_back({"Floor", V_2020_4, {"All"}});
363363
no_dimension_supported_.push_back({"Gather", V_2020_4, {"All"}});
364+
no_dimension_supported_.push_back({"Greater", V_2024_4, {"All"}});
364365
no_dimension_supported_.push_back({"Identity", V_2023_0, {"All"}});
365366
no_dimension_supported_.push_back({"If", V_2022_3, {"CPU", "GPU"}});
366367
no_dimension_supported_.push_back({"Less", V_2022_1, {"CPU"}});

0 commit comments

Comments
 (0)