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

[cpu] Integrate IStaticShapeInfer wirth IShapeInfer #27770

Conversation

praasz
Copy link
Contributor

@praasz praasz commented Nov 27, 2024

Details:

  • The IStaticShapeInfer interface extends IShapeInfer.
  • Remove NgraphShapeInfer class as its functionality is replaced by IStaticShapeInfer.
  • Refactor shape inference unit test to avoid names clashes with CPU plugin types:
    • use ov::Shape to avoid interpretation as intel_cpu::Shape.
    • rename test type ShapeVector to StaticShapeVector.

Tickets:

- NgraphShapeInfer replaced by IStaticShapeInfer instances

Signed-off-by: Pawel Raasz <[email protected]>
@praasz praasz added this to the 2025.0 milestone Nov 27, 2024
@praasz praasz requested a review from maxnick November 27, 2024 10:44
@praasz praasz requested review from a team as code owners November 27, 2024 10:44
@github-actions github-actions bot added the category: CPU OpenVINO CPU plugin label Nov 27, 2024
@praasz praasz requested a review from maxnick December 4, 2024 11:23
@praasz praasz enabled auto-merge December 4, 2024 16:32
@praasz praasz added this pull request to the merge queue Dec 4, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 4, 2024
@praasz praasz added this pull request to the merge queue Dec 4, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 4, 2024
@praasz praasz added this pull request to the merge queue Dec 4, 2024
Merged via the queue into openvinotoolkit:master with commit c975788 Dec 4, 2024
169 checks passed
@praasz praasz deleted the shape-infer/integrate-istaiticshapeinfer-with-ishapeinfer branch December 4, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants