Home
last modified time | relevance | path

Searched defs:local_device_mgr (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dserver_lib.h70 const tensorflow::DeviceMgr* local_device_mgr; member
Dsession_mgr.cc217 const DeviceMgr* local_device_mgr = worker_session->device_mgr(); in UpdateSession() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle_test.cc254 StaticDeviceMgr local_device_mgr(std::move(d0)); in TEST() local
286 StaticDeviceMgr local_device_mgr(std::move(d_local)); in TEST() local
414 StaticDeviceMgr local_device_mgr(std::move(devices)); in TEST() local
Dcontext.h302 const tensorflow::DeviceMgr* local_device_mgr() const { in local_device_mgr() function
Dcontext.cc1206 Rendezvous* r, const DeviceMgr* local_device_mgr, int keep_alive_secs, in InitializeRemoteMaster()
1303 uint64 context_view_id, Rendezvous* r, const DeviceMgr* local_device_mgr, in SetMasterContextState()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h72 const DeviceMgr* local_device_mgr = nullptr; member
Dgrpc_server_lib.cc524 const DeviceMgr* local_device_mgr, in Create()