Home
last modified time | relevance | path

Searched defs:RemoteMgr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.h81 class RemoteMgr; variable
484 RemoteMgr() { in RemoteMgr() function
H A Dcontext.cc1465 std::unique_ptr<eager::RemoteMgr, std::function<void(eager::RemoteMgr*)>> in InitializeRemoteMaster()
1562 std::unique_ptr<eager::RemoteMgr, std::function<void(eager::RemoteMgr*)>> in SetMasterContextState()
1684 std::unique_ptr<eager::RemoteMgr, std::function<void(eager::RemoteMgr*)>> in InitializeRemoteWorker()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Dremote_mgr.h34 RemoteMgr(bool is_master, EagerContext* ctx) in RemoteMgr() function