Skip to content

[Keras 3 OpenVINO Backend]: Support numpy.flip operation #21410

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

Conversation

Imokutmfon
Copy link
Contributor

implementation for numpy.flip using openvino ops

please review @rkazants

Fixes openvinotoolkit/openvino#29359

@codecov-commenter
Copy link

codecov-commenter commented Jun 22, 2025

Codecov Report

Attention: Patch coverage is 80.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 82.72%. Comparing base (9205298) to head (f85f034).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
keras/src/backend/openvino/numpy.py 80.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #21410      +/-   ##
==========================================
+ Coverage   82.67%   82.72%   +0.05%     
==========================================
  Files         565      565              
  Lines       55073    55239     +166     
  Branches     8571     8612      +41     
==========================================
+ Hits        45532    45698     +166     
+ Misses       7443     7429      -14     
- Partials     2098     2112      +14     
Flag Coverage Δ
keras 82.53% <80.00%> (+0.05%) ⬆️
keras-jax 63.31% <0.00%> (-0.20%) ⬇️
keras-numpy 58.50% <0.00%> (-0.18%) ⬇️
keras-openvino 33.81% <80.00%> (+0.35%) ⬆️
keras-tensorflow 63.72% <0.00%> (-0.20%) ⬇️
keras-torch 63.35% <0.00%> (-0.20%) ⬇️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Good First Issue][Keras 3 OpenVINO Backend]: Support numpy.flip operation
3 participants