-
Notifications
You must be signed in to change notification settings - Fork 64
add ops: ge, le, maxmium, minmium, softmax #313
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 #313 +/- ##
==========================================
+ Coverage 72.95% 73.04% +0.09%
==========================================
Files 97 97
Lines 9446 9461 +15
==========================================
+ Hits 6891 6911 +20
+ Misses 2555 2550 -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!
Wait: ge and le should be greater/less than or equal to. We are using greater/less here. I merged prematurely @xiaowuhu |
No description provided.