Skip to content

Added openvino backend support for numpy.median (Issue #30115) #21379

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 16 commits into
base: master
Choose a base branch
from

Conversation

Swaglun
Copy link

@Swaglun Swaglun commented Jun 13, 2025

Added decomposition for numpy.median using OpenVINO backend.

Copy link

google-cla bot commented Jun 13, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@codecov-commenter
Copy link

codecov-commenter commented Jun 13, 2025

Codecov Report

Attention: Patch coverage is 72.05882% with 19 lines in your changes missing coverage. Please review.

Project coverage is 82.66%. Comparing base (e4bca84) to head (d92b60a).

Files with missing lines Patch % Lines
keras/src/backend/openvino/numpy.py 72.05% 14 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #21379      +/-   ##
==========================================
- Coverage   82.67%   82.66%   -0.02%     
==========================================
  Files         565      565              
  Lines       55064    55132      +68     
  Branches     8569     8579      +10     
==========================================
+ Hits        45525    45573      +48     
- Misses       7441     7457      +16     
- Partials     2098     2102       +4     
Flag Coverage Δ
keras 82.47% <72.05%> (-0.02%) ⬇️
keras-jax 63.42% <0.00%> (-0.08%) ⬇️
keras-numpy 58.60% <0.00%> (-0.08%) ⬇️
keras-openvino 33.51% <72.05%> (+0.05%) ⬆️
keras-tensorflow 63.83% <0.00%> (-0.08%) ⬇️
keras-torch 63.45% <0.00%> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gbaned gbaned requested a review from mattdangerw June 16, 2025 10:33
@gbaned gbaned added this to PR Queue Jun 16, 2025
@github-project-automation github-project-automation bot moved this to Assigned Reviewer in PR Queue Jun 16, 2025
@Swaglun Swaglun force-pushed the median_support_ov branch from 43ac109 to d92b60a Compare June 18, 2025 05:23
@Swaglun
Copy link
Author

Swaglun commented Jun 18, 2025

@rkazants PR is ready for review.

Apologies for all the commits, it took me a second to fix my local testing to run on openvino backend on macOS.

@Swaglun Swaglun changed the title Median support ov Added openvino backend support for numpy.median (Issue #30115) Jun 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Assigned Reviewer
Development

Successfully merging this pull request may close these issues.

3 participants