EISW-197119, EISW-197045, EISW-197080: Document import method transition in OVCore::ImportModel#931
Merged
Merged
Conversation
Co-authored-by: MayureshV1 <47039074+MayureshV1@users.noreply.github.com>
Co-authored-by: MayureshV1 <47039074+MayureshV1@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add comment to ov_interface.cc for import options
Add developer comment documenting import method transition in OVCore::ImportModel
Feb 5, 2026
Copilot stopped work on behalf of
MayureshV1 due to an error
February 5, 2026 20:01
Copilot
AI
changed the title
Add developer comment documenting import method transition in OVCore::ImportModel
Document import method transition in OVCore::ImportModel
Feb 5, 2026
MayureshV1
approved these changes
Feb 5, 2026
|
FYI.. @n1harika , @preetha-intel |
ericcraw
approved these changes
Feb 5, 2026
Copilot AI
added a commit
that referenced
this pull request
Feb 5, 2026
…ion in OVCore::ImportModel (#931) * Initial plan * Add comment to notify developers about import from tensor vs stream Co-authored-by: MayureshV1 <47039074+MayureshV1@users.noreply.github.com> * Capitalize TODO in comment to follow standard convention Co-authored-by: MayureshV1 <47039074+MayureshV1@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MayureshV1 <47039074+MayureshV1@users.noreply.github.com>
MayureshV1
added a commit
that referenced
this pull request
Feb 6, 2026
…ion in OVCore::ImportModel (#935) * Initial plan * EISW-197119, EISW-197045, EISW-197080: Document import method transition in OVCore::ImportModel (#931) * Initial plan * Add comment to notify developers about import from tensor vs stream Co-authored-by: MayureshV1 <47039074+MayureshV1@users.noreply.github.com> * Capitalize TODO in comment to follow standard convention Co-authored-by: MayureshV1 <47039074+MayureshV1@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MayureshV1 <47039074+MayureshV1@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MayureshV1 <47039074+MayureshV1@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds inline documentation to
OVCore::ImportModelclarifying the import strategy introduced in PR #891:The comment precedes the conditional compilation block choosing between tensor-based import (primary, enables file mapping) and stream-based import (legacy fallback for OV <2025.3).
Motivation and Context
PR #891 introduced version-dependent import logic without documenting the deprecation timeline. This comment provides maintainers with the migration path for future OpenVINO version transitions.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.