Skip to content

Attributes matching in a pattern #29132

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

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

Conversation

jane-intel
Copy link
Contributor

Details:

  • Updates wrap_type, any_input and optional patterns with an option to match attributes of the node
  • Introduces attrs_match Predicate

Tickets:

Signed-off-by: Evgeniia Nugmanova <[email protected]>
@jane-intel jane-intel requested review from a team as code owners February 24, 2025 11:07
@jane-intel jane-intel requested review from itikhono and removed request for a team February 24, 2025 11:07
@github-actions github-actions bot added category: Core OpenVINO Core (aka ngraph) category: transformations OpenVINO Runtime library - Transformations category: CPP API OpenVINO CPP API bindings labels Feb 24, 2025
Signed-off-by: Evgeniia Nugmanova <[email protected]>
@jane-intel jane-intel requested a review from a team as a code owner February 24, 2025 14:39
@github-actions github-actions bot added the category: Python API OpenVINO Python bindings label Feb 24, 2025
Copy link
Contributor

@akuporos akuporos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python part looks good

Copy link
Contributor

github-actions bot commented Apr 7, 2025

This PR will be closed in a week because of 2 weeks of no activity.

@github-actions github-actions bot added the Stale label Apr 7, 2025
}

private:
const Attributes& m_expected_attrs;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use pointer or std::reference_wrapper to store attributes. There can be issues with copy/move semantic and default ctor is not possible.
Maybe some of these operation should be deleted.

@github-actions github-actions bot removed the Stale label Apr 14, 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 category: transformations OpenVINO Runtime library - Transformations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants