aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/rpc/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-02-07 10:53:59 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-07 11:12:34 -0800
commit73899707ae5f1b35c88bcb5898d8bb05e7b69715 (patch)
tree75c698c5ea56e259e3a3c9b7975a80cd9bfdbae4 /tensorflow/core/distributed_runtime/rpc/BUILD
parentf2a8620f4e4fcf8f2fdfe8679bf5e2de6d1ae39b (diff)
Internal only change
Change: 146805689
Diffstat (limited to 'tensorflow/core/distributed_runtime/rpc/BUILD')
-rw-r--r--tensorflow/core/distributed_runtime/rpc/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/BUILD b/tensorflow/core/distributed_runtime/rpc/BUILD
index 8ab8712c8c..c24b2e64a5 100644
--- a/tensorflow/core/distributed_runtime/rpc/BUILD
+++ b/tensorflow/core/distributed_runtime/rpc/BUILD
@@ -280,6 +280,15 @@ cc_library(
alwayslink = 1,
)
+cc_library(
+ name = "grpc_runtime",
+ visibility = ["//visibility:public"],
+ deps = [
+ ":grpc_server_lib",
+ ":grpc_session",
+ ],
+)
+
cc_binary(
name = "grpc_tensorflow_server",
srcs = [