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

[OpenVino BackEnd] support np.log2 for ov BackEnd #21048

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

Conversation

chiruu12
Copy link
Contributor

I have added support for numpy.log2 in the OpenVINO backend
This PR is related to openvinotoolkit/openvino#29488
@rkazants could you please review

@codecov-commenter
Copy link

codecov-commenter commented Mar 16, 2025

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 79.97%. Comparing base (6e688ab) to head (be90457).

Files with missing lines Patch % Lines
keras/src/backend/openvino/numpy.py 0.00% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #21048      +/-   ##
==========================================
- Coverage   82.47%   79.97%   -2.51%     
==========================================
  Files         563      563              
  Lines       53834    53844      +10     
  Branches     8359     8360       +1     
==========================================
- Hits        44401    43061    -1340     
- Misses       7392     8798    +1406     
+ Partials     2041     1985      -56     
Flag Coverage Δ
keras 79.79% <0.00%> (-2.50%) ⬇️
keras-jax 63.78% <0.00%> (-0.02%) ⬇️
keras-numpy 58.74% <0.00%> (-0.02%) ⬇️
keras-openvino ?
keras-tensorflow 64.10% <0.00%> (-0.02%) ⬇️
keras-torch 63.82% <0.00%> (-0.02%) ⬇️

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
Projects
Status: Assigned Reviewer
Development

Successfully merging this pull request may close these issues.

3 participants