Home
last modified time | relevance | path

Searched refs:borrowed_device_mgr (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.cc113 DeviceMgr* borrowed_device_mgr, std::unique_ptr<GraphMgr> graph_mgr) { in CreateWithBorrowedDeviceMgr() argument
116 borrowed_device_mgr, std::move(graph_mgr))); in CreateWithBorrowedDeviceMgr()
122 DeviceMgr* borrowed_device_mgr, in WorkerSession() argument
131 borrowed_device_mgr_(borrowed_device_mgr) {} in WorkerSession()
Dworker_session.h68 DeviceMgr* borrowed_device_mgr, std::unique_ptr<GraphMgr> graph_mgr);
75 DeviceMgr* borrowed_device_mgr,