BUILD file cleanup

PiperOrigin-RevId: 334697600
Change-Id: I4f22e8c9a3dcd073f037847c8fde99e5ec1f3a35
This commit is contained in:
A. Unique TensorFlower 2020-09-30 15:58:59 -07:00 committed by TensorFlower Gardener
parent 372918dece
commit f5236aa296
19 changed files with 1 additions and 42 deletions
tensorflow
cc
saved_model
tools
compiler/tf2tensorrt
core
data
BUILD
service
kernels/boosted_trees/quantiles
nccl
ops/compat
protobuf/tpu
examples
adding_an_op
label_image
multibox_detector
saved_model/integration_tests
speech_commands
wav_to_spectrogram
lite
tools/benchmark/android
tutorials
python

View File

@ -21,10 +21,7 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files([
"LICENSE",
"loader.h",
])
exports_files(["loader.h"])
cc_library(
name = "constants",

View File

@ -12,8 +12,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
cc_library(
name = "freeze_saved_model",
srcs = ["freeze_saved_model.cc"],

View File

@ -36,8 +36,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
cc_library(
name = "tensorrt_stub",
srcs = if_tensorrt([

View File

@ -14,8 +14,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
cc_library(
name = "compression_utils",
srcs = ["compression_utils.cc"],

View File

@ -27,8 +27,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
tf_proto_library(
name = "common_proto",
srcs = ["common.proto"],

View File

@ -10,8 +10,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
filegroup(
name = "weighted_quantiles_hdrs",
srcs = [

View File

@ -25,8 +25,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
cc_library(
name = "nccl_lib",
srcs = if_cuda_or_rocm([

View File

@ -14,8 +14,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
cc_library(
name = "op_compatibility_lib",
srcs = ["op_compatibility_lib.cc"],

View File

@ -9,8 +9,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
tf_proto_library(
name = "tpu_embedding_configuration_proto",
srcs = [

View File

@ -14,8 +14,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
tf_custom_op_library(
name = "zero_out_op_kernel_1.so",
srcs = ["zero_out_op_kernel_1.cc"],

View File

@ -8,8 +8,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
exports_files(["data/grace_hopper.jpg"])
tf_cc_binary(

View File

@ -8,8 +8,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
tf_cc_binary(
name = "detect_objects",
srcs = [

View File

@ -4,8 +4,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
py_library(
name = "integration_scripts",
srcs = [

View File

@ -7,10 +7,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files([
"LICENSE",
])
py_binary(
name = "accuracy_utils_py",
srcs = ["accuracy_utils.py"],

View File

@ -8,8 +8,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
cc_library(
name = "wav_to_spectrogram_lib",
srcs = ["wav_to_spectrogram.cc"],

View File

@ -10,8 +10,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
# See README.md for details about building and executing this benchmark.
android_binary(
name = "benchmark_model",

View File

@ -5,8 +5,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
py_binary(
name = "mnist_tflite",
srcs = [

View File

@ -70,8 +70,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
# Description:
py_library(

View File

@ -4,8 +4,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
py_library(
name = "v2_compat",
srcs = ["v2_compat.py"],