Skip to content

[OpenVINO Backend] support ops.slice_update #21362

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

Conversation

Mohamed-Ashraf273
Copy link
Contributor

@Mohamed-Ashraf273 Mohamed-Ashraf273 commented Jun 6, 2025

Hi @rkazants ,
I've supported ops,silce_update for my GSoC project, but I can't enable tests for it until getting __getitem__ merge.

It could be implemented more easily if we use opset15 instead of opset14.

@codecov-commenter
Copy link

codecov-commenter commented Jun 7, 2025

Codecov Report

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

Project coverage is 82.74%. Comparing base (d16424e) to head (a285aa7).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
keras/src/backend/openvino/core.py 90.47% 1 Missing and 3 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master   #21362   +/-   ##
=======================================
  Coverage   82.73%   82.74%           
=======================================
  Files         565      565           
  Lines       55215    55257   +42     
  Branches     8606     8614    +8     
=======================================
+ Hits        45682    45721   +39     
- Misses       7424     7425    +1     
- Partials     2109     2111    +2     
Flag Coverage Δ
keras 82.55% <90.47%> (+<0.01%) ⬆️
keras-jax 63.29% <0.00%> (-0.05%) ⬇️
keras-numpy 58.49% <0.00%> (-0.05%) ⬇️
keras-openvino 33.84% <90.47%> (+0.05%) ⬆️
keras-tensorflow 63.70% <0.00%> (-0.05%) ⬇️
keras-torch 63.32% <0.00%> (-0.05%) ⬇️

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.

@Mohamed-Ashraf273 Mohamed-Ashraf273 force-pushed the support_slice_update branch 5 times, most recently from c968548 to 004626b Compare June 7, 2025 01:37
@gbaned gbaned added this to PR Queue Jun 11, 2025
@github-project-automation github-project-automation bot moved this to Assigned Reviewer in PR Queue Jun 11, 2025
@gbaned gbaned requested a review from mattdangerw June 11, 2025 02:26
@rkazants
Copy link
Contributor

let us wait until slice_update tests are switched on

@Mohamed-Ashraf273
Copy link
Contributor Author

@rkazants
I've switched on tests for slice_update.

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.

4 participants