Home
last modified time | relevance | path

Searched refs:is_master_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr.h36 : is_master_(is_master), parent_(ctx) {} in RemoteMgr()
44 bool IsMaster() { return is_master_; } in IsMaster()
61 DCHECK(is_master_); in NextOpId()
103 bool is_master_; variable
Deager_service_impl.h126 : ctx_(ctx), env_(env), is_master_(is_master) { in ctx_()
135 if (!is_master_) { in ~ServerContext()
166 const bool is_master_; variable
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc428 if (!is_master_) return; in CloseAndClearAllRemoteContexts()
1308 is_master_ = true; in SetMasterContextState()
1442 is_master_ = false; in InitializeRemoteWorker()
Dcontext.h706 bool is_master_ TF_GUARDED_BY(remote_state_mu_);