Searched defs:graph_mgr (Results 1 – 4 of 4) sorted by relevance
99 std::unique_ptr<GraphMgr> graph_mgr) in WorkerSession()113 DeviceMgr* borrowed_device_mgr, std::unique_ptr<GraphMgr> graph_mgr) { in CreateWithBorrowedDeviceMgr()123 std::unique_ptr<GraphMgr> graph_mgr) in WorkerSession()
88 auto graph_mgr = MakeUnique<GraphMgr>(worker_env_, device_mgr.get()); in CreateSession() local97 auto graph_mgr = MakeUnique<GraphMgr>(worker_env_, worker_env_->device_mgr); in CreateSession() local
56 const std::unique_ptr<GraphMgr> graph_mgr; member
141 GraphMgr* graph_mgr; member