[CLEANUP] Remove the dependency on autotuning_proto alias in tensorflow/core
PiperOrigin-RevId: 334625576 Change-Id: I01eb8a28733b170d8fc4809a6c57bcee89ec5ec2
This commit is contained in:
parent
fb8382b463
commit
4b634696a7
@ -1594,39 +1594,6 @@ alias(
|
|||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Internal targets
|
# Internal targets
|
||||||
|
|
||||||
alias(
|
|
||||||
name = "autotuning_proto",
|
|
||||||
actual = "//tensorflow/core/protobuf:autotuning_proto",
|
|
||||||
visibility = [
|
|
||||||
"//tensorflow:internal",
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
alias(
|
|
||||||
name = "autotuning_proto_cc",
|
|
||||||
actual = "//tensorflow/core/protobuf:autotuning_proto_cc",
|
|
||||||
visibility = [
|
|
||||||
"//tensorflow:internal",
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
alias(
|
|
||||||
name = "conv_autotuning_proto",
|
|
||||||
actual = "//tensorflow/core/protobuf:conv_autotuning_proto",
|
|
||||||
visibility = [
|
|
||||||
"//tensorflow:internal",
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
alias(
|
|
||||||
name = "conv_autotuning_proto_cc",
|
|
||||||
actual = "//tensorflow/core/protobuf:conv_autotuning_proto_cc",
|
|
||||||
visibility = [
|
|
||||||
"//tensorflow:internal",
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "worker_proto_cc",
|
name = "worker_proto_cc",
|
||||||
actual = "//tensorflow/core/protobuf:worker_proto_cc",
|
actual = "//tensorflow/core/protobuf:worker_proto_cc",
|
||||||
|
@ -511,10 +511,10 @@ tf_cuda_library(
|
|||||||
hdrs = ["gpu_utils.h"],
|
hdrs = ["gpu_utils.h"],
|
||||||
deps = [
|
deps = [
|
||||||
":gpu_util_hdrs",
|
":gpu_util_hdrs",
|
||||||
"//tensorflow/core:autotuning_proto_cc",
|
|
||||||
"//tensorflow/core:conv_autotuning_proto_cc",
|
|
||||||
"//tensorflow/core:lib",
|
"//tensorflow/core:lib",
|
||||||
"//tensorflow/core:stream_executor",
|
"//tensorflow/core:stream_executor",
|
||||||
|
"//tensorflow/core/protobuf:autotuning_proto_cc",
|
||||||
|
"//tensorflow/core/protobuf:conv_autotuning_proto_cc",
|
||||||
"//tensorflow/core/util:env_var",
|
"//tensorflow/core/util:env_var",
|
||||||
"//tensorflow/core/util/proto:proto_utils",
|
"//tensorflow/core/util/proto:proto_utils",
|
||||||
"//tensorflow/stream_executor/gpu:asm_compiler",
|
"//tensorflow/stream_executor/gpu:asm_compiler",
|
||||||
|
Loading…
Reference in New Issue
Block a user