-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Add Amax and Amin API #38417
Add Amax and Amin API #38417
Conversation
✅ This PR's description meets the template requirements! |
Thanks for your contribution! |
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
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
UT重命名:test_max_min_op -> test_max_min_amax_amin_op
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.
TODO:Add max/min backward
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
PR types
New features
PR changes
APIs
Describe
amax文档
![image](https://user-images.githubusercontent.com/6836917/147459711-09d95014-9983-4780-b25d-8b873134bf6a.png)
amin文档
![image](https://user-images.githubusercontent.com/6836917/147459420-3fbe2673-cd96-4652-8ddc-d036474f5306.png)
中文文档:Add docs for amax/amin docs#4162