Internal change to BUILD.
PiperOrigin-RevId: 351216273 Change-Id: Ia5006772e3cd3535b23afabb8f8b94e24672971d
This commit is contained in:
parent
99d561b15e
commit
ae83b4fa29
@ -513,20 +513,17 @@ cc_library(
|
|||||||
srcs = ["tpu_compilation_cache_rpc_lookup.cc"],
|
srcs = ["tpu_compilation_cache_rpc_lookup.cc"],
|
||||||
hdrs = ["tpu_compilation_cache_rpc_lookup.h"],
|
hdrs = ["tpu_compilation_cache_rpc_lookup.h"],
|
||||||
copts = tf_copts(),
|
copts = tf_copts(),
|
||||||
deps = if_libtpu(
|
deps = [
|
||||||
[":tpu_compilation_cache_rpc_support"],
|
":tpu_compilation_cache_common_proto_cc",
|
||||||
["//tensorflow/core/tpu/kernels:tpu_compilation_cache_rpc_support"],
|
|
||||||
) + [
|
|
||||||
":tpu_compilation_cache_grpc",
|
":tpu_compilation_cache_grpc",
|
||||||
":tpu_compilation_cache_interface",
|
":tpu_compilation_cache_interface",
|
||||||
":tpu_compilation_cache_lookup",
|
":tpu_compilation_cache_lookup",
|
||||||
":tpu_compilation_cache_common_proto_cc",
|
|
||||||
":tpu_compilation_cache_rpc_support_hdrs",
|
":tpu_compilation_cache_rpc_support_hdrs",
|
||||||
":tpu_program_group_interface",
|
":tpu_program_group_interface",
|
||||||
|
"//tensorflow/core/distributed_runtime/rpc:grpc_util",
|
||||||
"@com_google_absl//absl/strings",
|
"@com_google_absl//absl/strings",
|
||||||
"@com_google_absl//absl/synchronization",
|
"@com_google_absl//absl/synchronization",
|
||||||
"@com_google_absl//absl/time",
|
"@com_google_absl//absl/time",
|
||||||
"//tensorflow/core/distributed_runtime/rpc:grpc_util",
|
|
||||||
tf_grpc_cc_dependency(),
|
tf_grpc_cc_dependency(),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user