Home
last modified time | relevance | path

Searched refs:GraphMgr (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.h29 class GraphMgr; variable
56 const std::unique_ptr<GraphMgr> graph_mgr;
63 std::unique_ptr<GraphMgr> graph_mgr);
68 DeviceMgr* borrowed_device_mgr, std::unique_ptr<GraphMgr> graph_mgr);
76 std::unique_ptr<GraphMgr> graph_mgr);
Dgraph_mgr.h70 class GraphMgr {
72 explicit GraphMgr(const WorkerEnv* worker_env, DeviceMgr* device_mgr);
73 ~GraphMgr();
108 typedef GraphMgr ME;
141 GraphMgr* graph_mgr;
188 TF_DISALLOW_COPY_AND_ASSIGN(GraphMgr);
Dgraph_mgr.cc56 GraphMgr::GraphMgr(const WorkerEnv* worker_env, DeviceMgr* device_mgr) in GraphMgr() function in tensorflow::GraphMgr
67 GraphMgr::~GraphMgr() { in ~GraphMgr()
71 GraphMgr::Item::~Item() { in ~Item()
101 Status GraphMgr::DecorateAndPublishGraphForDebug( in DecorateAndPublishGraphForDebug()
122 Status GraphMgr::InitItem(const string& session, const GraphDef& gdef, in InitItem()
282 Status GraphMgr::Register(const string& session, const GraphDef& gdef, in Register()
306 Status GraphMgr::Deregister(const string& handle) { in Deregister()
323 Status GraphMgr::DeregisterAll() { in DeregisterAll()
339 Status GraphMgr::SendInputs(const int64 step_id, const NamedTensors& in) { in SendInputs()
355 Status GraphMgr::RecvOutputs(const int64 step_id, NamedTensors* out) { in RecvOutputs()
[all …]
Dworker.cc114 GraphMgr::NamedTensors* in, in PrepareRunGraph()
115 GraphMgr::NamedTensors* out) { in PrepareRunGraph()
171 GraphMgr::NamedTensors in; in DoRunGraph()
172 GraphMgr::NamedTensors* out = new GraphMgr::NamedTensors; in DoRunGraph()
283 GraphMgr::NamedTensors in; in DoPartialRunGraph()
284 GraphMgr::NamedTensors* out = new GraphMgr::NamedTensors; in DoPartialRunGraph()
Dsession_mgr.cc42 std::unique_ptr<GraphMgr>( in SessionMgr()
43 new GraphMgr(worker_env, worker_env->device_mgr)))), in SessionMgr()
88 auto graph_mgr = MakeUnique<GraphMgr>(worker_env_, device_mgr.get()); in CreateSession()
97 auto graph_mgr = MakeUnique<GraphMgr>(worker_env_, worker_env_->device_mgr); in CreateSession()
Dworker_session.cc99 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()
Dworker.h124 GraphMgr::NamedTensors* in,
125 GraphMgr::NamedTensors* out);
Dcluster_function_library_runtime_test.cc45 std::unique_ptr<GraphMgr>())); in ClusterFunctionLibraryRuntimeTest()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr_test.cc74 std::unique_ptr<GraphMgr>()), in RpcRendezvousMgrTest()