Home
last modified time | relevance | path

Searched refs:NamedTensors (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.h87 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,
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()
Dworker.h124 GraphMgr::NamedTensors* in,
125 GraphMgr::NamedTensors* out);
Dgraph_mgr.cc339 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/
Drendezvous_util.h25 typedef std::map<string, Tensor> NamedTensors; typedef
48 Status RecvOutputsFromRendezvous(Rendezvous* rendezvous, NamedTensors* out,
Drendezvous_util.cc121 Status RecvOutputsFromRendezvous(Rendezvous* rendezvous, NamedTensors* out, in RecvOutputsFromRendezvous()