From 74ca0845fa3abd1c3934ef1a36004113c0f39f67 Mon Sep 17 00:00:00 2001 From: Anastasia Kuporosova Date: Fri, 29 Oct 2021 18:49:32 +0300 Subject: [PATCH] rename ie_version to version --- .../python/src/pyopenvino/core/{ie_version.cpp => version.cpp} | 0 .../python/src/pyopenvino/core/{ie_version.hpp => version.hpp} | 0 runtime/bindings/python/src/pyopenvino/pyopenvino.cpp | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename runtime/bindings/python/src/pyopenvino/core/{ie_version.cpp => version.cpp} (100%) rename runtime/bindings/python/src/pyopenvino/core/{ie_version.hpp => version.hpp} (100%) diff --git a/runtime/bindings/python/src/pyopenvino/core/ie_version.cpp b/runtime/bindings/python/src/pyopenvino/core/version.cpp similarity index 100% rename from runtime/bindings/python/src/pyopenvino/core/ie_version.cpp rename to runtime/bindings/python/src/pyopenvino/core/version.cpp diff --git a/runtime/bindings/python/src/pyopenvino/core/ie_version.hpp b/runtime/bindings/python/src/pyopenvino/core/version.hpp similarity index 100% rename from runtime/bindings/python/src/pyopenvino/core/ie_version.hpp rename to runtime/bindings/python/src/pyopenvino/core/version.hpp diff --git a/runtime/bindings/python/src/pyopenvino/pyopenvino.cpp b/runtime/bindings/python/src/pyopenvino/pyopenvino.cpp index 8384e753134ad9..42df5384ec5d45 100644 --- a/runtime/bindings/python/src/pyopenvino/pyopenvino.cpp +++ b/runtime/bindings/python/src/pyopenvino/pyopenvino.cpp @@ -31,8 +31,8 @@ #include "pyopenvino/core/ie_network.hpp" #include "pyopenvino/core/ie_parameter.hpp" #include "pyopenvino/core/ie_preprocess_info.hpp" -#include "pyopenvino/core/ie_version.hpp" #include "pyopenvino/core/offline_transformations.hpp" +#include "pyopenvino/core/version.hpp" #include "pyopenvino/core/tensor.hpp" #include "pyopenvino/core/tensor_description.hpp" #include "pyopenvino/graph/dimension.hpp"