Skip to content

[CPU][SNIPPETS] Utilize any_of, none_of, all_of #31385

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

Merged

Conversation

EgorDuplensky
Copy link
Contributor

Added none_of (as an analogy to std::none_of)
one_of is renamed to any_of (as an analogy to std::any_of)
everyone_is is renamed to all_of (as an analogy to std::all_of)

@EgorDuplensky EgorDuplensky requested review from a team as code owners July 18, 2025 14:58
@github-actions github-actions bot added category: IE Tests OpenVINO Test: plugins and common category: CPU OpenVINO CPU plugin labels Jul 18, 2025
@EgorDuplensky EgorDuplensky force-pushed the everyone_is_one_of branch 6 times, most recently from 130d6ed to b721b61 Compare July 22, 2025 16:15
Added none_of (as an analogy to std::none_of)
one_of is renamed to any_of (as an analogy to std::any_of)
everyone_is is renamed to all_of (as an analogy to std::all_of)
@EgorDuplensky EgorDuplensky added this pull request to the merge queue Jul 23, 2025
Merged via the queue into openvinotoolkit:master with commit dce9b25 Jul 23, 2025
214 of 216 checks passed
@EgorDuplensky EgorDuplensky deleted the everyone_is_one_of branch July 23, 2025 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin category: IE Tests OpenVINO Test: plugins and common
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants