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:
Brian Atkinson 2020-01-24 16:04:02 -08:00 committed by TensorFlower Gardener
parent 3a490a2a02
commit 659c90d9c5
3 changed files with 1012 additions and 982 deletions

View File

@ -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",

File diff suppressed because it is too large Load Diff