Skip to content

[Keras 3 OpenVINO Backend]: Support numpy.prod operation #21405

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

Conversation

Imokutmfon
Copy link
Contributor

Implementation of numpy.prod on Keras Openvino Backend

Fixes openvinotoolkit/openvino#30212

please review @rkazants

@Imokutmfon Imokutmfon changed the title Master [Keras 3 OpenVINO Backend]: Support numpy.prod operation Jun 19, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2025

Codecov Report

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

Project coverage is 82.72%. Comparing base (be9b002) to head (f1d10c5).

Files with missing lines Patch % Lines
keras/src/backend/openvino/numpy.py 84.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master   #21405   +/-   ##
=======================================
  Coverage   82.72%   82.72%           
=======================================
  Files         565      565           
  Lines       55219    55244   +25     
  Branches     8608     8614    +6     
=======================================
+ Hits        45682    45703   +21     
- Misses       7427     7430    +3     
- Partials     2110     2111    +1     
Flag Coverage Δ
keras 82.53% <84.00%> (+<0.01%) ⬆️
keras-jax 63.31% <0.00%> (-0.03%) ⬇️
keras-numpy 58.50% <0.00%> (-0.03%) ⬇️
keras-openvino 33.83% <84.00%> (+0.03%) ⬆️
keras-tensorflow 63.71% <0.00%> (-0.03%) ⬇️
keras-torch 63.34% <0.00%> (-0.03%) ⬇️

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.prod operation
3 participants