-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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.count_nonzero for ov BackEnd #20945
[OpenVino BackEnd]support np.count_nonzero for ov BackEnd #20945
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20945 +/- ##
=======================================
Coverage 82.42% 82.42%
=======================================
Files 561 561
Lines 53226 53241 +15
Branches 8244 8247 +3
=======================================
+ Hits 43871 43886 +15
Misses 7338 7338
Partials 2017 2017
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
hi @rkazants |
There was a problem hiding this 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
7507dff
to
6f0800a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fchollet, recommend to merge. Thanks in advance!
…#20945) * suppoer np.count_nonzero for ov BackEnd * modifing function vars to lowercase
Added support np.count_nonzero for ov backend, related to #29114.
@rkazants
could you please review?