Searched refs:LocalMaster (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | local_master.cc | 49 LocalMaster::LocalMaster(Master* master_impl, const int64 default_timeout_in_ms) in LocalMaster() function in tensorflow::LocalMaster 53 Status LocalMaster::CreateSession(CallOptions* call_options, in CreateSession() 67 Status LocalMaster::ExtendSession(CallOptions* call_options, in ExtendSession() 81 Status LocalMaster::PartialRunSetup(CallOptions* call_options, in PartialRunSetup() 95 Status LocalMaster::RunStep(CallOptions* call_options, in RunStep() 110 MutableRunStepRequestWrapper* LocalMaster::CreateRunStepRequest() { in CreateRunStepRequest() 114 MutableRunStepResponseWrapper* LocalMaster::CreateRunStepResponse() { in CreateRunStepResponse() 118 Status LocalMaster::CloseSession(CallOptions* call_options, in CloseSession() 132 Status LocalMaster::ListDevices(CallOptions* call_options, in ListDevices() 146 Status LocalMaster::Reset(CallOptions* call_options, in Reset() [all …]
|
D | local_master.h | 39 class LocalMaster : public MasterInterface { 41 ~LocalMaster() {} in ~LocalMaster() 96 static std::unique_ptr<LocalMaster> Lookup(const string& target); 104 LocalMaster(Master* master_impl, const int64 default_timeout_in_ms); 106 TF_DISALLOW_COPY_AND_ASSIGN(LocalMaster);
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_server_lib.cc | 276 LocalMaster::Register(target(), master_impl_.get(), in Init()
|
D | grpc_session.cc | 52 master = LocalMaster::Lookup(options.target); in Create()
|