-
Notifications
You must be signed in to change notification settings - Fork 458
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 Tile operation #2092
ONNX Tile operation #2092
Conversation
@@ -0,0 +1,71 @@ | |||
|
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.
Extra line in the beginning/.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2092 +/- ##
==========================================
+ Coverage 86.27% 86.29% +0.01%
==========================================
Files 693 694 +1
Lines 88888 88990 +102
==========================================
+ Hits 76691 76791 +100
- Misses 12197 12199 +2 ☔ View full report in Codecov by Sentry. |
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!
Thank you for enhancing ONNX ops.
Pull Request Template
Checklist
run-checks all
script has been executed.Related Issues/PRs
#1714
Changes
Implementing the ONNX Tile operator as well as the corresponding node in the burn graph
Testing
Unit test to make sure Codegen works as intended aswell as the respective end to end test as described in the onnx-tests README.md