-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moved executable network into ov::runtime namespace #7230
Moved executable network into ov::runtime namespace #7230
Conversation
4768b9e
to
c01a1c7
Compare
inference-engine/src/inference_engine/include/openvino/runtime/executable_network.hpp
Outdated
Show resolved
Hide resolved
affc9ba
to
f87da9c
Compare
3e81afd
to
5413610
Compare
inference-engine/src/inference_engine/include/openvino/runtime/executable_network.hpp
Outdated
Show resolved
Hide resolved
* on remote accelerator device that was used to create this ExecutableNetwork | ||
* @return A context | ||
*/ | ||
std::shared_ptr<ie::RemoteContext> get_context() const; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is it from ie namespace, we have it in ov::runtime
. See https://github.com/openvinotoolkit/openvino/blob/master/inference-engine/src/inference_engine/include/openvino/runtime/remote_context.hpp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be fixed in #7259 alongside the core class
inference-engine/src/inference_engine/include/openvino/runtime/executable_network.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/inference_engine/include/openvino/runtime/executable_network.hpp
Outdated
Show resolved
Hide resolved
4082246
to
8f3d1b5
Compare
inference-engine/src/inference_engine/include/openvino/runtime/executable_network.hpp
Outdated
Show resolved
Hide resolved
8f3d1b5
to
bacf392
Compare
f640d0e
to
e369fd6
Compare
* @brief Checks if current ExecutableNetwork object is initialized | ||
* @return true if current ExecutableNetwork object is initialized, false - otherwise | ||
*/ | ||
explicit operator bool() const noexcept; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use this new class in the ov::Core?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be integrated in #7259
8bf750e
to
e35c112
Compare
inference-engine/src/inference_engine/include/openvino/runtime/executable_network.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/inference_engine/include/openvino/runtime/executable_network.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/inference_engine/include/openvino/runtime/executable_network.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/inference_engine/include/openvino/runtime/executable_network.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/inference_engine/include/openvino/runtime/executable_network.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/plugin_api/cpp_interfaces/interface/ie_iplugin_internal.hpp
Outdated
Show resolved
Hide resolved
2c481d3
to
3421c0b
Compare
based on https://github.com/openvinotoolkit/openvino/pull/7189/files