Use tf_grpc_cc_dependency in tensorflow/core/debug
PiperOrigin-RevId: 304481760 Change-Id: I5c4e7158606546e7280cab6cd9eb470d5d437a99
This commit is contained in:
parent
3107174868
commit
0ebf54a8dd
@ -12,6 +12,7 @@
|
|||||||
# a watch state.
|
# a watch state.
|
||||||
# ":debug_node_key" - Defines a struct used for tracking tensors.
|
# ":debug_node_key" - Defines a struct used for tracking tensors.
|
||||||
|
|
||||||
|
load("//tensorflow:tensorflow.bzl", "tf_grpc_cc_dependency")
|
||||||
load(
|
load(
|
||||||
"//tensorflow:tensorflow.bzl",
|
"//tensorflow:tensorflow.bzl",
|
||||||
"check_deps",
|
"check_deps",
|
||||||
@ -123,7 +124,6 @@ tf_cuda_library(
|
|||||||
":debug_node_key",
|
":debug_node_key",
|
||||||
":debug_service_proto_cc",
|
":debug_service_proto_cc",
|
||||||
":debugger_event_metadata_proto_cc",
|
":debugger_event_metadata_proto_cc",
|
||||||
"//tensorflow:grpc++",
|
|
||||||
"//tensorflow/core:core_cpu_internal",
|
"//tensorflow/core:core_cpu_internal",
|
||||||
"//tensorflow/core:framework",
|
"//tensorflow/core:framework",
|
||||||
"//tensorflow/core:graph",
|
"//tensorflow/core:graph",
|
||||||
@ -131,6 +131,7 @@ tf_cuda_library(
|
|||||||
"//tensorflow/core:lib_internal",
|
"//tensorflow/core:lib_internal",
|
||||||
"//tensorflow/core:protos_all_cc",
|
"//tensorflow/core:protos_all_cc",
|
||||||
"@com_google_absl//absl/strings",
|
"@com_google_absl//absl/strings",
|
||||||
|
tf_grpc_cc_dependency(),
|
||||||
],
|
],
|
||||||
alwayslink = 1,
|
alwayslink = 1,
|
||||||
)
|
)
|
||||||
@ -146,11 +147,11 @@ tf_cuda_library(
|
|||||||
":debug_io_utils",
|
":debug_io_utils",
|
||||||
":debug_service_proto_cc",
|
":debug_service_proto_cc",
|
||||||
":debugger_event_metadata_proto_cc",
|
":debugger_event_metadata_proto_cc",
|
||||||
"//tensorflow:grpc++",
|
|
||||||
"//tensorflow/core:framework",
|
"//tensorflow/core:framework",
|
||||||
"//tensorflow/core:lib",
|
"//tensorflow/core:lib",
|
||||||
"//tensorflow/core:lib_internal",
|
"//tensorflow/core:lib_internal",
|
||||||
"//tensorflow/core:protos_all_cc",
|
"//tensorflow/core:protos_all_cc",
|
||||||
|
tf_grpc_cc_dependency(),
|
||||||
],
|
],
|
||||||
alwayslink = 1,
|
alwayslink = 1,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user