-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2b6159
commit 752b281
Showing
7 changed files
with
66 additions
and
101 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
diff --git a/src/frontends/onnx/frontend/src/frontend.cpp b/src/frontends/onnx/frontend/src/frontend.cpp | ||
index 5ad28be3654422..5296e5b1b7a506 100644 | ||
--- a/src/frontends/onnx/frontend/src/frontend.cpp | ||
+++ b/src/frontends/onnx/frontend/src/frontend.cpp | ||
@@ -3,6 +3,9 @@ | ||
// | ||
|
||
#include <google/protobuf/port_def.inc> | ||
+#ifndef PROTOBUF_VERSION | ||
+# include <google/protobuf/runtime_version.h> | ||
+#endif | ||
#if PROTOBUF_VERSION >= 4022000 // protobuf 4.22 | ||
# define OV_PROTOBUF_ABSL_IS_USED | ||
#endif | ||
diff --git a/src/frontends/paddle/src/frontend.cpp b/src/frontends/paddle/src/frontend.cpp | ||
index 163b4d894cb766..2f2ca72418e5dd 100644 | ||
--- a/src/frontends/paddle/src/frontend.cpp | ||
+++ b/src/frontends/paddle/src/frontend.cpp | ||
@@ -5,6 +5,9 @@ | ||
#include "openvino/frontend/paddle/frontend.hpp" | ||
|
||
#include <google/protobuf/port_def.inc> | ||
+#ifndef PROTOBUF_VERSION | ||
+# include <google/protobuf/runtime_version.h> | ||
+#endif | ||
#if PROTOBUF_VERSION >= 4022000 // protobuf 4.22 | ||
# define OV_PROTOBUF_ABSL_IS_USED | ||
#endif |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", | ||
"name": "openvino", | ||
"version": "2024.4.0", | ||
"port-version": 5, | ||
"version": "2024.5.0", | ||
"maintainers": "OpenVINO Developers <[email protected]>", | ||
"summary": "This is a port for Open Visual Inference And Optimization toolkit for AI inference", | ||
"description": [ | ||
|
@@ -37,7 +36,7 @@ | |
{ | ||
"name": "xbyak", | ||
"platform": "!(arm | uwp)", | ||
"version>=": "6.69" | ||
"version>=": "6.73" | ||
} | ||
], | ||
"default-features": [ | ||
|
@@ -93,7 +92,7 @@ | |
"dependencies": [ | ||
{ | ||
"name": "onnx", | ||
"version>=": "1.13.1" | ||
"version>=": "1.16.2" | ||
}, | ||
{ | ||
"name": "protobuf", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters