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

Commits on Nov 27, 2024

  1. IStaticShapeInfer interface extends IShapeInfer

    - NgraphShapeInfer replaced by IStaticShapeInfer instances
    
    Signed-off-by: Pawel Raasz <[email protected]>
    praasz committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    c09a273 View commit details
    Browse the repository at this point in the history
  2. Remove using NgraphShapeInfer from CPU nodes

    Signed-off-by: Pawel Raasz <[email protected]>
    praasz committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    65e7463 View commit details
    Browse the repository at this point in the history
  3. Re-factor CPU shape inference tests to avoid names collisions

    Signed-off-by: Pawel Raasz <[email protected]>
    praasz committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a510f34 View commit details
    Browse the repository at this point in the history
  4. Unhide the IShapeInfer::infer in IStaticShapeInfer

    Signed-off-by: Pawel Raasz <[email protected]>
    praasz committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b5e7da0 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    e74f34d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Remove not used forward declarations

    Signed-off-by: Raasz, Pawel <[email protected]>
    praasz committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    3f28bef View commit details
    Browse the repository at this point in the history
  2. Refactor StaticShape conversion to IShapeInfer::Result

    Signed-off-by: Raasz, Pawel <[email protected]>
    praasz committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    78a5ab0 View commit details
    Browse the repository at this point in the history