Home
last modified time | relevance | path

Searched refs:CreateWithBorrowedDeviceMgr (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr.cc37 legacy_session_(WorkerSession::CreateWithBorrowedDeviceMgr( in SessionMgr()
98 worker_session = WorkerSession::CreateWithBorrowedDeviceMgr( in CreateSession()
Dworker_session.h65 static std::shared_ptr<WorkerSession> CreateWithBorrowedDeviceMgr(
Dworker_session.cc110 std::shared_ptr<WorkerSession> WorkerSession::CreateWithBorrowedDeviceMgr( in CreateWithBorrowedDeviceMgr() function in tensorflow::WorkerSession