Fix internal build error in conv_ops_test.cc

This commit is contained in:
Reed 2020-08-25 10:28:02 -07:00
parent 6638b67423
commit b067698e08

View File

@ -1743,6 +1743,7 @@ tf_cuda_cc_test(
"//tensorflow/core:test", "//tensorflow/core:test",
"//tensorflow/core:test_main", "//tensorflow/core:test_main",
"//tensorflow/core:testlib", "//tensorflow/core:testlib",
"//tensorflow/core/platform:tf32_utils",
"@com_google_absl//absl/algorithm:container", "@com_google_absl//absl/algorithm:container",
], ],
) )