Skip to content
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

Merged

Conversation

apankratovantonp
Copy link
Contributor

@apankratovantonp apankratovantonp commented Aug 24, 2021

@apankratovantonp apankratovantonp requested review from a team August 24, 2021 20:48
@apankratovantonp apankratovantonp requested review from a team as code owners August 24, 2021 20:48
@apankratovantonp apankratovantonp requested review from a team August 24, 2021 20:48
@apankratovantonp apankratovantonp requested a review from a team as a code owner August 24, 2021 20:48
@openvino-pushbot openvino-pushbot added category: CPU OpenVINO CPU plugin category: GPU OpenVINO GPU plugin category: inference OpenVINO Runtime library - Inference category: IE Tests OpenVINO Test: plugins and common category: VPU labels Aug 24, 2021
@apankratovantonp apankratovantonp force-pushed the apa/ov_exec_network branch 2 times, most recently from 4768b9e to c01a1c7 Compare August 24, 2021 21:06
@apankratovantonp apankratovantonp requested a review from a team August 24, 2021 21:06
@apankratovantonp apankratovantonp force-pushed the apa/ov_exec_network branch 6 times, most recently from affc9ba to f87da9c Compare August 26, 2021 12:07
@apankratovantonp apankratovantonp force-pushed the apa/ov_exec_network branch 3 times, most recently from 3e81afd to 5413610 Compare August 26, 2021 16:58
@ilyachur ilyachur added this to the 2022.1 milestone Aug 31, 2021
* on remote accelerator device that was used to create this ExecutableNetwork
* @return A context
*/
std::shared_ptr<ie::RemoteContext> get_context() const;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

@apankratovantonp apankratovantonp Sep 1, 2021

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

@ilya-lavrenov ilya-lavrenov self-assigned this Aug 31, 2021
@apankratovantonp apankratovantonp force-pushed the apa/ov_exec_network branch 2 times, most recently from 4082246 to 8f3d1b5 Compare September 1, 2021 18:30
@apankratovantonp apankratovantonp requested a review from a team September 3, 2021 18:47
@apankratovantonp apankratovantonp force-pushed the apa/ov_exec_network branch 5 times, most recently from f640d0e to e369fd6 Compare September 6, 2021 20:13
* @brief Checks if current ExecutableNetwork object is initialized
* @return true if current ExecutableNetwork object is initialized, false - otherwise
*/
explicit operator bool() const noexcept;
Copy link
Contributor

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?

Copy link
Contributor Author

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

@apankratovantonp apankratovantonp force-pushed the apa/ov_exec_network branch 3 times, most recently from 8bf750e to e35c112 Compare September 9, 2021 07:09
@apankratovantonp apankratovantonp force-pushed the apa/ov_exec_network branch 2 times, most recently from 2c481d3 to 3421c0b Compare September 9, 2021 20:42
@ilya-lavrenov ilya-lavrenov merged commit 305b86f into openvinotoolkit:master Sep 10, 2021
akuporos pushed a commit to akuporos/openvino that referenced this pull request Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin category: GPU OpenVINO GPU plugin category: IE Tests OpenVINO Test: plugins and common category: inference OpenVINO Runtime library - Inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants