-
Notifications
You must be signed in to change notification settings - Fork 63
Add support for aten:index op when index is boolean | feat(torchlib) #1285
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 @@
## main #1285 +/- ##
==========================================
+ Coverage 78.68% 78.99% +0.30%
==========================================
Files 119 119
Lines 15762 15816 +54
Branches 2486 2499 +13
==========================================
+ Hits 12403 12494 +91
+ Misses 2950 2909 -41
- Partials 409 413 +4 ☔ View full report in Codecov by Sentry. |
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.
Thank you!
Implement index.Tensor(Tensor self, Tensor?[] indices) -> Tensor when indices is boolean.
Fix #1141