Searched refs:NamedTensors (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.h | 87 typedef std::map<string, Tensor> NamedTensors; typedef 94 const NamedTensors& in, StatusCallback done); 96 Status SendInputs(const int64 step_id, const NamedTensors& in); 97 Status RecvOutputs(const int64 step_id, NamedTensors* out); 98 void RecvOutputsAsync(const int64 step_id, NamedTensors* out,
|
D | worker.cc | 114 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()
|
D | worker.h | 124 GraphMgr::NamedTensors* in, 125 GraphMgr::NamedTensors* out);
|
D | graph_mgr.cc | 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() 368 void GraphMgr::RecvOutputsAsync(const int64 step_id, NamedTensors* out, in RecvOutputsAsync() 396 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 48 Status RecvOutputsFromRendezvous(Rendezvous* rendezvous, NamedTensors* out,
|
D | rendezvous_util.cc | 121 Status RecvOutputsFromRendezvous(Rendezvous* rendezvous, NamedTensors* out, in RecvOutputsFromRendezvous()
|