Permalink
Show file tree
Hide file tree
18 changes: 18 additions & 0 deletions
18
tensorflow/python/kernel_tests/nn_ops/conv3d_backprop_filter_v2_grad_test.py
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 failed check in Conv3DBackpropFilterV2.
Passing in a rank-0 `filter_size` causes a check fail and crash, coming from a `filter_size.vec<>()` call. Here we check the size first. PiperOrigin-RevId: 445517122
- Loading branch information
1 parent
03018aa
commit 174c509
Showing
2 changed files
with
30 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