-
Notifications
You must be signed in to change notification settings - Fork 64
feat(atenlib): where, full #286
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 Report
@@ Coverage Diff @@
## main #286 +/- ##
==========================================
+ Coverage 72.15% 72.73% +0.57%
==========================================
Files 95 95
Lines 9055 9063 +8
==========================================
+ Hits 6534 6592 +58
+ Misses 2521 2471 -50
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -169,6 +169,7 @@ def wrapped(fn): | |||
"exp": core_ops.aten_exp, | |||
"exp2": core_ops.aten_exp2, | |||
"fmod": core_ops.aten_fmod, | |||
"full_like": core_ops.aten_full_like, |
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.
Why don't we add aten::full here?
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.
we don't have an OpInfo for full so... I think it is innocuous enough to not include it for now?
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.
I added a todo inline to note.
Implement where, full, new_full, full_like