-
Notifications
You must be signed in to change notification settings - Fork 19.6k
[OpenVINO BACKEND] - feat: implement numpy.median for openvino backend #21182
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
base: master
Are you sure you want to change the base?
Conversation
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21182 +/- ##
==========================================
+ Coverage 82.59% 82.60% +0.01%
==========================================
Files 564 564
Lines 54407 54448 +41
Branches 8449 8466 +17
==========================================
+ Hits 44936 44978 +42
+ Misses 7396 7393 -3
- Partials 2075 2077 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Please fix tests failures:
|
3c2d26e
to
0ed9126
Compare
@rkazants /opt/hostedtoolcache/Python/3.10.17/x64/lib/python3.10/site-packages/openvino/runtime/init.py:10: DeprecationWarning: The |
d73f96b
to
36442f4
Compare
210c7c0
to
f0ec7ae
Compare
Fixes : [Good First Issue][Keras 3 OpenVINO Backend]: Support numpy.median operation
Testing: Currently passsing all tests
CC : @rkazants