Searched refs:NamedTensors (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.h | 88 typedef std::map<string, Tensor> NamedTensors; typedef 95 const NamedTensors& in, StatusCallback done); 97 Status SendInputs(const int64 step_id, const NamedTensors& in); 98 Status RecvOutputs(const int64 step_id, NamedTensors* out); 99 void RecvOutputsAsync(const int64 step_id, NamedTensors* out,
|
D | worker.cc | 121 GraphMgr::NamedTensors* in, in PrepareRunGraph() 122 GraphMgr::NamedTensors* out) { in PrepareRunGraph() 184 GraphMgr::NamedTensors in; in DoRunGraph() 185 GraphMgr::NamedTensors* out = new GraphMgr::NamedTensors; in DoRunGraph() 287 GraphMgr::NamedTensors in; in DoPartialRunGraph() 288 GraphMgr::NamedTensors* out = new GraphMgr::NamedTensors; in DoPartialRunGraph()
|
D | worker.h | 126 GraphMgr::NamedTensors* in, 127 GraphMgr::NamedTensors* out);
|
D | graph_mgr.cc | 352 Status GraphMgr::SendInputs(const int64 step_id, const NamedTensors& in) { in SendInputs() 371 Status GraphMgr::RecvOutputs(const int64 step_id, NamedTensors* out) { in RecvOutputs() 389 void GraphMgr::RecvOutputsAsync(const int64 step_id, NamedTensors* out, in RecvOutputsAsync() 420 const NamedTensors& in, StatusCallback done) { in ExecuteAsync()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | rendezvous_util.h | 25 typedef std::map<string, Tensor> NamedTensors; typedef 49 NamedTensors* out,
|
D | rendezvous_util.cc | 122 NamedTensors* out, in RecvOutputsFromRendezvous()
|