Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix conv2d crash when input size is empty.
If the input is empty (so convolution is only applied to padding), and if the filter and padding sizes are still valid, then the output will be all-zeros. This previously caused a division-by-zero crash in multiple kernels. PiperOrigin-RevId: 463179650
- Loading branch information
1 parent
de2e1fe
commit 611d80d
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters