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

[core] Util to set (auto) names on model's input, output tensors #28975

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

Conversation

praasz
Copy link
Contributor

@praasz praasz commented Feb 13, 2025

Details:

  • Add utils to core to set names on model input/output tensors
  • Define default tensor names and port separator
  • Use auto naming in model created by python API. Model outputs will have got names also.
  • The auto naming can be part of Model API but requires to add validation tools to find and resolve names collision
  • Auto naming cannot be added to Model creation in C++ as it can have impact on (de)serialization, requires more investigation

Tickets:

@praasz praasz requested review from a team as code owners February 13, 2025 13:09
@github-actions github-actions bot added category: Core OpenVINO Core (aka ngraph) category: Python API OpenVINO Python bindings category: CPP API OpenVINO CPP API bindings labels Feb 13, 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: CPP API OpenVINO CPP API bindings category: Python API OpenVINO Python bindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant