-
Notifications
You must be signed in to change notification settings - Fork 19.6k
[OpenVINO backend] support tri, triu, and tril #21408
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21408 +/- ##
==========================================
+ Coverage 82.81% 82.82% +0.01%
==========================================
Files 565 565
Lines 55520 55577 +57
Branches 8664 8673 +9
==========================================
+ Hits 45977 46030 +53
- Misses 7428 7430 +2
- Partials 2115 2117 +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:
|
f178511
to
3bbbf99
Compare
d0c86c4
to
48a910e
Compare
@rkazants |
48a910e
to
96408fa
Compare
c4c0bb6
to
7da7c2c
Compare
753f15b
to
4349bdc
Compare
4349bdc
to
5de788d
Compare
5de788d
to
4b66e60
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, looks good to me. Recommend to merge.
Thank you! |
Hi @rkazants
I've supported
tri
,triu
andtril
, and they are ready for review.