We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bd54b commit 9b25b6aCopy full SHA for 9b25b6a
onnxruntime/core/providers/openvino/backend_utils.h
@@ -27,7 +27,7 @@
27
28
namespace onnxruntime {
29
namespace openvino_ep {
30
-constexpr std::string log_tag = "[OpenVINO-EP] ";
+inline const std::string log_tag = "[OpenVINO-EP] ";
31
32
struct ParameterShape {
33
using ort_shape_t = std::vector<int64_t>;
0 commit comments