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

Added MockNPU/CPU, FakeNPU/CPU, functional tests and unit tests #25236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AsyaPronina
Copy link
Contributor

Details:

  • item1
  • ...

Tickets:

  • ticket-id

@AsyaPronina AsyaPronina requested review from a team as code owners June 26, 2024 15:10
@github-actions github-actions bot added category: build OpenVINO cmake script / infra category: NPU OpenVINO NPU plugin labels Jun 26, 2024
}
T med() const {
std::vector<T> cpy(records);
std::nth_element(cpy.begin(), cpy.begin() + cpy.size()/2, cpy.end());
Copy link
Contributor

Choose a reason for hiding this comment

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

interesting why do we need intermediate vector? just use c.begin() c.end() in nth_element call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: build OpenVINO cmake script / infra category: NPU OpenVINO NPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants