-
Notifications
You must be signed in to change notification settings - Fork 482
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
[ONNX] Add not op and extend cast support to tensors #1634
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1634 +/- ##
==========================================
+ Coverage 86.34% 86.38% +0.03%
==========================================
Files 691 691
Lines 79545 79717 +172
==========================================
+ Hits 68687 68867 +180
+ Misses 10858 10850 -8 ☔ View full report in Codecov by Sentry. |
Clippy fails because the generated code for the test case has too many outputs.. not sure if we should add |
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
It seems too eager here. I think it's fine the way you have it. Lets allow. |
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
Related Issues/PRs
Progress towards #1560 (should fix cast op error encountered by OP)
Changes
Testing
Added unit tests for codegen and expected outputs