Skip to content

Commit 4cebc5d

Browse files
committed
The OV doesn't include the fix, need to disable again
1 parent 790e552 commit 4cebc5d

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ namespace openvino_ep {
3535

3636
// Ops which are supported only in models(as intermediate nodes) and not in unit tests
3737
std::set<std::string> ops_supported_only_in_model = {
38+
"Cast",
3839
"Celu",
40+
"ConstantOfShape",
3941
"Dropout",
4042
"Einsum",
4143
"GatherElements",

0 commit comments

Comments
 (0)