-
Notifications
You must be signed in to change notification settings - Fork 72
Add missing converter for _local_scalar_dense #2367
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2367 +/- ##
==========================================
+ Coverage 70.14% 70.15% +0.01%
==========================================
Files 197 197
Lines 24964 24966 +2
Branches 2667 2669 +2
==========================================
+ Hits 17512 17516 +4
+ Misses 6524 6522 -2
Partials 928 928 ☔ View full report in Codecov by Sentry. |
Actually: you want to duplicate the opinfo entry and use it like so: onnxscript/tests/function_libs/torch_lib/ops_test_data.py Lines 461 to 464 in dcb773f
add:
|
I think we can actually merge the functions. Making an attempt |
No description provided.