Cleanup unused load statements.
PiperOrigin-RevId: 288759430 Change-Id: I45b80521b527d1ea2e3202a76ddc111dc6cbd273
This commit is contained in:
parent
bc358d247c
commit
229be70a12
@ -4,8 +4,6 @@
|
||||
load(
|
||||
"//tensorflow:tensorflow.bzl",
|
||||
"if_android",
|
||||
"if_ios",
|
||||
"if_mobile",
|
||||
"if_not_mobile",
|
||||
"tf_cc_test",
|
||||
)
|
||||
|
@ -4,10 +4,6 @@ load(
|
||||
"//tensorflow/core/platform:build_config.bzl",
|
||||
"tf_proto_library_cc",
|
||||
)
|
||||
load(
|
||||
"//tensorflow/compiler/xla:xla.bzl",
|
||||
"xla_py_grpc_library",
|
||||
)
|
||||
|
||||
package(
|
||||
default_visibility = ["//tensorflow:internal"],
|
||||
|
@ -70,7 +70,6 @@ load(
|
||||
"if_chromiumos",
|
||||
"if_emscripten",
|
||||
"if_ios",
|
||||
"if_mobile",
|
||||
"if_not_windows",
|
||||
"tf_android_core_proto_headers",
|
||||
"tf_android_core_proto_sources",
|
||||
@ -79,7 +78,6 @@ load(
|
||||
"tf_cc_tests",
|
||||
"tf_copts",
|
||||
"tf_cuda_library",
|
||||
"tf_features_nomodules_if_android",
|
||||
"tf_features_nomodules_if_emscripten",
|
||||
"tf_gen_op_libs",
|
||||
"tf_genrule_cmd_append_to_srcs",
|
||||
|
@ -14,7 +14,6 @@ load(
|
||||
"tf_cuda_library",
|
||||
"tf_kernel_library",
|
||||
"tf_mkl_kernel_library",
|
||||
"tf_opts_nortti_if_android",
|
||||
)
|
||||
load("@local_config_sycl//sycl:build_defs.bzl", "if_sycl")
|
||||
load("//tensorflow:tensorflow.bzl", "if_nccl")
|
||||
|
@ -5,7 +5,6 @@ load("@build_bazel_rules_android//android:rules.bzl", "android_library")
|
||||
load(
|
||||
"//tensorflow:tensorflow.bzl",
|
||||
"if_android",
|
||||
"tf_cc_binary",
|
||||
"tf_copts",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user