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 numpy.full_like #21008

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

Conversation

jpy794
Copy link

@jpy794 jpy794 commented Mar 10, 2025

Hi, @rkazants, could you review? This would close openvinotoolkit/openvino#29360

Copy link

google-cla bot commented Mar 10, 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 Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.44%. Comparing base (538ee7b) to head (6e16a38).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #21008   +/-   ##
=======================================
  Coverage   82.44%   82.44%           
=======================================
  Files         562      562           
  Lines       53643    53651    +8     
  Branches     8321     8322    +1     
=======================================
+ Hits        44225    44233    +8     
  Misses       7380     7380           
  Partials     2038     2038           
Flag Coverage Δ
keras 82.26% <100.00%> (+<0.01%) ⬆️
keras-jax 63.72% <0.00%> (-0.01%) ⬇️
keras-numpy 58.68% <0.00%> (-0.02%) ⬇️
keras-openvino 32.65% <100.00%> (+0.01%) ⬆️
keras-tensorflow 64.17% <0.00%> (-0.01%) ⬇️
keras-torch 63.76% <0.00%> (-0.01%) ⬇️

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.

Copy link
Contributor

@rkazants rkazants left a comment

Choose a reason for hiding this comment

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

@fchollet, looks good to me. Recommend to merge

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.full_like operation
4 participants