Commit 05b15b1
authored
Validate restriction of output padding in convTranspose2d (#631)
When outputShapes is not specified, the output padding must be smaller
than the stride along the same dimension.
This matches the Chromium prototype implementation.
Fixes #6301 parent fd8a8d0 commit 05b15b1
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2130 | 2130 | | |
2131 | 2131 | | |
2132 | 2132 | | |
| 2133 | + | |
| 2134 | + | |
2133 | 2135 | | |
2134 | 2136 | | |
2135 | 2137 | | |
| |||
0 commit comments