Skip to content

Add serialize transformation#7675

Closed
ilyachur wants to merge 12 commits intoopenvinotoolkit:masterfrom
ilyachur:add_serialize_transformation
Closed

Add serialize transformation#7675
ilyachur wants to merge 12 commits intoopenvinotoolkit:masterfrom
ilyachur:add_serialize_transformation

Conversation

@ilyachur
Copy link
Copy Markdown
Contributor

@ilyachur ilyachur commented Sep 27, 2021

Details:

  • Move serialize transformation to public

Tickets:

  • 56006

@ilyachur ilyachur requested review from a team September 27, 2021 09:44
@ilyachur ilyachur marked this pull request as draft September 27, 2021 09:44
@ilyachur ilyachur added the category: Core OpenVINO Core (aka ngraph) label Sep 27, 2021
@ilyachur ilyachur added this to the 2022.1 milestone Sep 27, 2021
@openvino-pushbot openvino-pushbot added category: CPU OpenVINO CPU plugin category: inference OpenVINO Runtime library - Inference category: TEMPLATE OpenVINO Template plugin category: IE Tests OpenVINO Test: plugins and common labels Sep 27, 2021
@ilya-lavrenov
Copy link
Copy Markdown
Contributor

am I right you are going to suggest passes interface instead of functions like here https://github.com/openvinotoolkit/openvino/blob/master/inference-engine/src/inference_engine/include/ie/ie_transformations.hpp#L86 ?

@ilyachur
Copy link
Copy Markdown
Contributor Author

am I right you are going to suggest passes interface instead of functions like here https://github.com/openvinotoolkit/openvino/blob/master/inference-engine/src/inference_engine/include/ie/ie_transformations.hpp#L86 ?

Yes you are right

FE = manager.load_by_model(params);

if (!FE)
IE_THROW() << "Cannot load frontend!";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

don't use IE exception in ngraph

@ilyachur ilyachur closed this Oct 6, 2021
@ilyachur ilyachur deleted the add_serialize_transformation branch October 6, 2021 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: Core OpenVINO Core (aka ngraph) category: CPU OpenVINO CPU plugin category: IE Tests OpenVINO Test: plugins and common category: inference OpenVINO Runtime library - Inference category: TEMPLATE OpenVINO Template plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants