-
Notifications
You must be signed in to change notification settings - Fork 64
feat(atenlib): add op(max) #314
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 #314 +/- ##
==========================================
- Coverage 72.58% 72.37% -0.22%
==========================================
Files 109 109
Lines 10547 10580 +33
Branches 1082 1089 +7
==========================================
+ Hits 7656 7657 +1
- Misses 2589 2616 +27
- Partials 302 307 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it 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.
LGTM, thanks.
|
||
|
||
@torch_op("aten::max", overload=True) | ||
# def _aten_max_with_dim(self: TReal, dim: int, keepdim: bool) -> tuple[TReal, TInt]: |
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.
nit: Dead code
No description provided.