-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Print tensor dtypes as strings in shape inference #5856
Conversation
c538d74
to
0b1b0b8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5856 +/- ##
=======================================
Coverage 56.45% 56.45%
=======================================
Files 504 504
Lines 29868 29868
Branches 4488 4488
=======================================
Hits 16863 16863
Misses 12188 12188
Partials 817 817 ☔ View full report in Codecov by Sentry. |
08e2d94
to
2d86661
Compare
Could you help update onnx/onnx/defs/shape_inference.cc Line 275 in 175fd52
|
781c305
to
97a1e8c
Compare
updated! sorry I missed it first |
ddf3905
to
e951554
Compare
Signed-off-by: isdanni <leedanni@gmail.com>
e951554
to
c7e9002
Compare
Fix onnx#5782 Signed-off-by: isdanni <leedanni@gmail.com> Signed-off-by: Linsho Kaku <linsho@preferred.jp>
Fix #5782