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

Merged
merged 5 commits into from
Mar 26, 2025

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

All modified and coverable lines are covered by tests ✅

Project coverage is 82.68%. Comparing base (8333ef4) to head (c11ab12).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #21048   +/-   ##
=======================================
  Coverage   82.68%   82.68%           
=======================================
  Files         564      564           
  Lines       54114    54124   +10     
  Branches     8410     8411    +1     
=======================================
+ Hits        44743    44755   +12     
  Misses       7293     7293           
+ Partials     2078     2076    -2     
Flag Coverage Δ
keras 82.50% <100.00%> (+<0.01%) ⬆️
keras-jax 64.03% <0.00%> (-0.02%) ⬇️
keras-numpy 59.11% <0.00%> (-0.02%) ⬇️
keras-openvino 32.88% <100.00%> (+0.02%) ⬆️
keras-tensorflow 64.35% <0.00%> (-0.02%) ⬇️
keras-torch 64.07% <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.

@rkazants
Copy link
Contributor

@chiruu12, please rebase your branch to the latest master

@chiruu12
Copy link
Contributor Author

@rkazants Please review sir!!

@@ -99,7 +99,6 @@ NumpyOneInputOpsCorrectnessTest::test_imag
NumpyOneInputOpsCorrectnessTest::test_isfinite
NumpyOneInputOpsCorrectnessTest::test_isinf
NumpyOneInputOpsCorrectnessTest::test_log1p
NumpyOneInputOpsCorrectnessTest::test_log2
NumpyOneInputOpsCorrectnessTest::test_logaddexp
Copy link
Contributor

Choose a reason for hiding this comment

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

could you remove NumpyDtypeTest::test_log as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done sir!

@@ -34,7 +34,6 @@ NumpyDtypeTest::test_isinf
NumpyDtypeTest::test_isnan
NumpyDtypeTest::test_linspace
NumpyDtypeTest::test_log1p
NumpyDtypeTest::test_log
NumpyDtypeTest::test_logspace
Copy link
Contributor

Choose a reason for hiding this comment

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

please add NumpyDtypeTest::test_logaddexp. For this operation, support will be added in separate PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Understood!!

@rkazants
Copy link
Contributor

@fchollet, looks good to me. Recommend to merge.

Thanks,
Roman

@chiruu12
Copy link
Contributor Author

@fchollet, looks good to me. Recommend to merge.

Thanks, Roman

Thank you so much sir!
If you allow me then I would like to take a few more issues which have gone stale!

@google-ml-butler google-ml-butler bot added kokoro:force-run ready to pull Ready to be merged into the codebase labels Mar 26, 2025
@fchollet fchollet merged commit f8b893f into keras-team:master Mar 26, 2025
7 checks passed
@google-ml-butler google-ml-butler bot removed awaiting review ready to pull Ready to be merged into the codebase kokoro:force-run labels Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

5 participants