Fix same-origin-load warning.

PiperOrigin-RevId: 304449621
Change-Id: I07a054ab2ddd937a581d36709dfd70325328474c
This commit is contained in:
Andrew Audibert 2020-04-02 12:07:00 -07:00 committed by TensorFlower Gardener
parent a6067fa2f5
commit c60e6b1867
1 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
load("//tensorflow:tensorflow.bzl", "cuda_py_test")
load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_test")
load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_test") # buildifier: disable=same-origin-load
load("//tensorflow/compiler/aot:tfcompile.bzl", "tf_library")
load("//tensorflow/compiler/tests:build_defs.bzl", "tf_xla_py_test")
load("//tensorflow/compiler/tests:build_defs.bzl", "generate_backend_suites")
load(
"//tensorflow/compiler/tests:build_defs.bzl",
"generate_backend_suites",
"tf_xla_py_test",
)
load(
"//tensorflow/core/platform:build_config_root.bzl",
"tf_cuda_tests_tags",