Correctly order deps in BUILD files.

This commit is contained in:
Nathan Luehr 2021-01-14 14:36:46 -06:00
parent 14631f7d78
commit 89ddedbb40
2 changed files with 2 additions and 2 deletions
tensorflow
c/eager
compiler/xla/client/lib

View File

@ -427,9 +427,9 @@ tf_cuda_cc_test(
"//tensorflow/c:tf_status_helper",
"//tensorflow/c:tf_tensor_internal",
"//tensorflow/c/experimental/ops",
"//tensorflow/core/platform:tensor_float_32_utils",
"//tensorflow/core:test",
"//tensorflow/core:test_main",
"//tensorflow/core/platform:tensor_float_32_utils",
"@com_google_absl//absl/types:span",
],
)

View File

@ -537,8 +537,8 @@ xla_test(
"//tensorflow/compiler/xla/tests:literal_test_util",
"//tensorflow/compiler/xla/tests:test_macros_header",
"//tensorflow/compiler/xla/tests:xla_internal_test_main",
"//tensorflow/core/platform:tensor_float_32_utils",
"//tensorflow/core:test",
"//tensorflow/core/platform:tensor_float_32_utils",
],
)