Split eigen_backward_spatial_convolutions_test into two.
The test file is testing two distinct headers, and in some contexts, the complexity of this file is leading to really long compile times. By splitting in two, we should at least enable parallel compilation if not potentially reduce the effect of whatever behavior this is triggering in the compiler. PiperOrigin-RevId: 291462169 Change-Id: I4df8934d8eaad1c93f986c074734eb31fa98e91a
This commit is contained in:
parent
3a490a2a02
commit
659c90d9c5
tensorflow/core/kernels
@ -3095,6 +3095,7 @@ tf_cc_tests(
|
||||
srcs = [
|
||||
"eigen_activations_test.cc",
|
||||
"eigen_attention_test.cc",
|
||||
"eigen_backward_cuboid_convolutions_test.cc",
|
||||
"eigen_backward_spatial_convolutions_test.cc",
|
||||
"eigen_pooling_test.cc",
|
||||
"eigen_spatial_convolutions_test.cc",
|
||||
|
1010
tensorflow/core/kernels/eigen_backward_cuboid_convolutions_test.cc
Normal file
1010
tensorflow/core/kernels/eigen_backward_cuboid_convolutions_test.cc
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user