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.h88 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,
Dworker.cc121 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()
Dworker.h126 GraphMgr::NamedTensors* in,
127 GraphMgr::NamedTensors* out);
Dgraph_mgr.cc352 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/
Drendezvous_util.h25 typedef std::map<string, Tensor> NamedTensors; typedef
49 NamedTensors* out,
Drendezvous_util.cc122 NamedTensors* out, in RecvOutputsFromRendezvous()