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

[WIP]Add support to (de)serialize Result output names #28595

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

praasz
Copy link
Contributor

@praasz praasz commented Jan 21, 2025

Details:

  • Add serialization of optional output_names attribute of Result layer for IRv11. The attribute store specific Result node names as visible as model output names.
  • Store this information gives more accurate model description after deserialization and is possible to distinguish model output names from names connected to output (as there is no need to be visible outside model)
  • If OpenVINO not support this attribute then it is ignored and last layer names are used as output names (current implantation).
  • If attribute not present then last layer names are used as model output names (current implementation)
  • This attribute is excluded from hash calculation as is optional and changes how model works just additional detailed information about tensor names, Similar like node's friendly names

Tickets:

@praasz praasz added WIP work in progress do_not_review labels Jan 21, 2025
@praasz praasz requested review from a team as code owners January 21, 2025 18:34
@praasz praasz requested review from itikhono and removed request for a team January 21, 2025 18:34
@github-actions github-actions bot added category: Core OpenVINO Core (aka ngraph) category: IR FE OpenVINO IR v10 / v11 FrontEnd labels Jan 21, 2025
@praasz praasz added this to the 2025.1 milestone Jan 22, 2025
@praasz praasz removed WIP work in progress do_not_review labels Jan 22, 2025
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: IR FE OpenVINO IR v10 / v11 FrontEnd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant