BUILD file cleanup
PiperOrigin-RevId: 334697755 Change-Id: I34b8a6d19c5e3733314707de345a891944657ce0
This commit is contained in:
parent
f5236aa296
commit
03bc963659
@ -8,8 +8,6 @@ package(
|
|||||||
licenses = ["notice"], # Apache 2.0
|
licenses = ["notice"], # Apache 2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
exports_files(["LICENSE"])
|
|
||||||
|
|
||||||
py_library(
|
py_library(
|
||||||
name = "public_api",
|
name = "public_api",
|
||||||
srcs = ["public_api.py"],
|
srcs = ["public_api.py"],
|
||||||
|
@ -16,8 +16,6 @@ package(
|
|||||||
licenses = ["notice"], # Apache 2.0
|
licenses = ["notice"], # Apache 2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
exports_files(["LICENSE"])
|
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "transform_utils",
|
name = "transform_utils",
|
||||||
srcs = [
|
srcs = [
|
||||||
|
@ -9,10 +9,7 @@ package(
|
|||||||
licenses = ["notice"], # Apache 2.0
|
licenses = ["notice"], # Apache 2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
exports_files([
|
exports_files(["placeholder.txt"])
|
||||||
"LICENSE",
|
|
||||||
"placeholder.txt",
|
|
||||||
])
|
|
||||||
|
|
||||||
tf_cc_binary(
|
tf_cc_binary(
|
||||||
name = "tomlpbtxt",
|
name = "tomlpbtxt",
|
||||||
|
@ -13,8 +13,6 @@ package(
|
|||||||
licenses = ["notice"], # Apache 2.0
|
licenses = ["notice"], # Apache 2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
exports_files(["LICENSE"])
|
|
||||||
|
|
||||||
tf_cuda_library(
|
tf_cuda_library(
|
||||||
name = "optimization_pass_runner_lib",
|
name = "optimization_pass_runner_lib",
|
||||||
srcs = ["optimization_pass_runner.cc"],
|
srcs = ["optimization_pass_runner.cc"],
|
||||||
|
@ -26,10 +26,7 @@ package(
|
|||||||
licenses = ["notice"], # Apache 2.0
|
licenses = ["notice"], # Apache 2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
exports_files([
|
exports_files(["placeholder.txt"])
|
||||||
"LICENSE",
|
|
||||||
"placeholder.txt",
|
|
||||||
])
|
|
||||||
|
|
||||||
cc_binary(
|
cc_binary(
|
||||||
name = "gen_proto_text_functions",
|
name = "gen_proto_text_functions",
|
||||||
|
@ -12,10 +12,7 @@ package(
|
|||||||
licenses = ["notice"], # Apache 2.0
|
licenses = ["notice"], # Apache 2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
exports_files([
|
exports_files(["run_and_gather_logs_lib.py"])
|
||||||
"LICENSE",
|
|
||||||
"run_and_gather_logs_lib.py",
|
|
||||||
])
|
|
||||||
|
|
||||||
py_library(
|
py_library(
|
||||||
name = "system_info_lib",
|
name = "system_info_lib",
|
||||||
|
Loading…
Reference in New Issue
Block a user