Home
last modified time | relevance | path

Searched defs:WorkerSession (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.h33 struct WorkerSession { struct
35 const string session_name;
60 WorkerSession(const string& session_name, const string& worker_name, argument
78 const std::unique_ptr<DeviceMgr> device_mgr_;
79 DeviceMgr* const borrowed_device_mgr_; // Not owned.
Dworker_session.cc95 WorkerSession::WorkerSession(const string& session_name, in WorkerSession() function in tensorflow::WorkerSession
119 WorkerSession::WorkerSession(const string& session_name, in WorkerSession() function in tensorflow::WorkerSession