Add remote session support for the MakeCallable API.
authorDerek Murray <mrry@google.com>
Sat, 7 Apr 2018 00:39:17 +0000 (17:39 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sat, 7 Apr 2018 01:18:06 +0000 (18:18 -0700)
commit470cc0f75108e68965f89026399f7b3a7a08196b
treee4997f253781b176976f9baf9949d0a0e3751c8a
parent38d1ac1e4f5b2a6e88eee43d332292898e0afc41
Add remote session support for the MakeCallable API.

PiperOrigin-RevId: 191964391
18 files changed:
tensorflow/core/distributed_runtime/local_master.cc
tensorflow/core/distributed_runtime/local_master.h
tensorflow/core/distributed_runtime/master.cc
tensorflow/core/distributed_runtime/master.h
tensorflow/core/distributed_runtime/master_interface.h
tensorflow/core/distributed_runtime/master_session.cc
tensorflow/core/distributed_runtime/master_session.h
tensorflow/core/distributed_runtime/message_wrappers.cc
tensorflow/core/distributed_runtime/message_wrappers.h
tensorflow/core/distributed_runtime/rpc/grpc_master_service.cc
tensorflow/core/distributed_runtime/rpc/grpc_master_service_impl.cc
tensorflow/core/distributed_runtime/rpc/grpc_master_service_impl.h
tensorflow/core/distributed_runtime/rpc/grpc_remote_master.cc
tensorflow/core/distributed_runtime/rpc/grpc_session.cc
tensorflow/core/distributed_runtime/rpc/grpc_session.h
tensorflow/core/distributed_runtime/rpc/grpc_session_test.cc
tensorflow/core/protobuf/master.proto
tensorflow/core/protobuf/master_service.proto