aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-06-29 13:50:37 -0700
committerGravatar Michael Case <mikecase@google.com>2018-06-29 13:50:37 -0700
commit7be4245d629510ed3d1c2edd7a2598167017f33b (patch)
tree6585d143160249ae282044790d4589145a79efa2 /tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h
parent01c36c3d7b3e230c865e71d67e138a8dc765e7a6 (diff)
parent79dab9ced650d69bdf3f312bd902bd52de5bdad8 (diff)
Merge commit for internal changes
Diffstat (limited to 'tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h')
-rw-r--r--tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h b/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h
index 115148b84e..b01cfb6426 100644
--- a/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h
+++ b/tensorflow/core/distributed_runtime/rpc/grpc_server_lib.h
@@ -100,6 +100,9 @@ class GrpcServer : public ServerInterface {
Status Init(ServiceInitFunction service_func,
const RendezvousMgrCreationFunction& rendezvous_mgr_func);
+ Status Init(ServiceInitFunction service_func,
+ const RendezvousMgrCreationFunction& rendezvous_mgr_func);
+
Status Init();
// A subclass can override this method to support secure credentials.