-
Notifications
You must be signed in to change notification settings - Fork 446
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 ONNX op Random Uniform Like #2448
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2448 +/- ##
=======================================
Coverage ? 84.85%
=======================================
Files ? 794
Lines ? 105295
Branches ? 0
=======================================
Hits ? 89345
Misses ? 15950
Partials ? 0 ☔ 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.
Looks good to me! Thank for this follow up PR!
Pull Request Template
Checklist
run-checks all
script has been executed.Related Issues/PRs
#1714
Blocked by #2441 (RandomNormalLike) because some portions are overlapped.-> DONEChanges
This pull request introduces support for the RandomUniformLike operation in the burn-import crate. The most important changes include updating the supported ONNX operations, adding the necessary test files, and modifying the codebase to integrate the new operation.
Testing
run-checks all has passed and it succeeded in generating model with cargo r -- ./onnx-tests/tests/random_uniform_like/random_uniform_like.onnx ./out