-
Notifications
You must be signed in to change notification settings - Fork 70
2301 fold pad into conv #2363
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
base: main
Are you sure you want to change the base?
2301 fold pad into conv #2363
Conversation
4b9b69b
to
19b0418
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2363 +/- ##
==========================================
+ Coverage 69.29% 69.59% +0.29%
==========================================
Files 201 203 +2
Lines 25772 26064 +292
Branches 2688 2732 +44
==========================================
+ Hits 17859 18138 +279
- Misses 6988 6995 +7
- Partials 925 931 +6 ☔ View full report in Codecov by Sentry. |
Convert 'auto_pad' attribute into a list of explicit pads.
19b0418
to
1604446
Compare
Push force rebasing on main and fixing conflicts. |
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.
@justinchuby I forgot to explain in the previous message that the changes were not ready yet (just fixing rebase with main).
In the last commits I update the code with all the suggestions.
Now if this work is ready to be reviewed.
Fuses Pad nodes into the following nodes (Conv, ConvInteger)
(#2301)