aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/rpc/BUILD
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2018-04-10 12:28:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-10 12:30:23 -0700
commitdc7883afb6220e5a105d8fea6e0cfdaf92839db3 (patch)
tree94f203a2b88ed26abcc04d989ddd1b2724c5b1a6 /tensorflow/core/distributed_runtime/rpc/BUILD
parent199b8ade22550ca3e5ccc6c744914b3ef614d232 (diff)
Upgrade gRPC version and fix file duplication
This bumps the gRPC version used in OSS Tensorflow to pick up grpc/grpc#14541, which exposes gRPC serialization classes which were previously hidden in an internal namespace. Using these files eliminates files duplicated from gRPC repo PiperOrigin-RevId: 192327358
Diffstat (limited to 'tensorflow/core/distributed_runtime/rpc/BUILD')
-rw-r--r--tensorflow/core/distributed_runtime/rpc/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/BUILD b/tensorflow/core/distributed_runtime/rpc/BUILD
index d3478dfc38..fa0f8c9b52 100644
--- a/tensorflow/core/distributed_runtime/rpc/BUILD
+++ b/tensorflow/core/distributed_runtime/rpc/BUILD
@@ -189,7 +189,6 @@ cc_library(
srcs = ["grpc_worker_service_impl.cc"],
hdrs = ["grpc_worker_service_impl.h"],
deps = [
- ":grpc_serialization_traits",
"//tensorflow/core:worker_proto_cc",
"//tensorflow/core/distributed_runtime:tensor_coding",
"@grpc//:grpc++_unsecure",
@@ -235,23 +234,12 @@ cc_library(
srcs = ["grpc_master_service_impl.cc"],
hdrs = ["grpc_master_service_impl.h"],
deps = [
- ":grpc_serialization_traits",
"//tensorflow/core:master_proto_cc",
"@grpc//:grpc++_unsecure",
],
)
cc_library(
- name = "grpc_serialization_traits",
- srcs = [],
- hdrs = ["grpc_serialization_traits.h"],
- deps = [
- "@grpc//:grpc++_unsecure",
- "@grpc//:grpc_unsecure",
- ],
-)
-
-cc_library(
name = "rpc_rendezvous_mgr",
srcs = ["rpc_rendezvous_mgr.cc"],
hdrs = ["rpc_rendezvous_mgr.h"],