-
Notifications
You must be signed in to change notification settings - Fork 487
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
feat: added min onnx import #1778
Conversation
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, but tagging @laggui for review
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.
Didn't notice a PR was opened for Min
too!
LGTM 🙂 Just need to fix the conflicts
276a041
to
3a36207
Compare
Thank you 🙏 Will merge when CI is done. |
Great! Thank you:) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1778 +/- ##
=======================================
Coverage 86.41% 86.42%
=======================================
Files 737 737
Lines 86099 86131 +32
=======================================
+ Hits 74406 74437 +31
- Misses 11693 11694 +1 ☔ View full report in Codecov by Sentry. |
Pull Request Template
Checklist
run-checks all
script has been executed. (doc errors, many jit tests failing)Related Issues/PRs
Provide links to relevant issues and dependent PRs.
Changes
Adding the min operator to onnx-import
Testing
Done manually with:
cargo test min