-
Notifications
You must be signed in to change notification settings - Fork 186
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
GNNE-1714:Fix/regression bugs #1117
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1117 +/- ##
==========================================
+ Coverage 76.75% 76.77% +0.02%
==========================================
Files 689 689
Lines 24357 24385 +28
Branches 3881 3891 +10
==========================================
+ Hits 18695 18722 +27
- Misses 5055 5056 +1
Partials 607 607
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ 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.
ToArray should be called outside the loop. Otherwise it will be very slow.
1, Implement ConvTranspose to avoid OrtKi bugs;
2, Avoid null name caused by reference types;