Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc713 MutableRunGraphResponseWrapper* run_graph_resp = calls.get(i)->resp.get(); in RunPartitionsHelper() local
714 for (size_t j = 0; j < run_graph_resp->num_recvs(); ++j) { in RunPartitionsHelper()
715 auto iter = part.key_fetch.find(run_graph_resp->recv_key(j)); in RunPartitionsHelper()
718 run_graph_resp->recv_key(j))); in RunPartitionsHelper()
723 resp->AddTensorFromRunGraphResponse(fetch, run_graph_resp, j)); in RunPartitionsHelper()
729 pss->step_stats[i].Swap(run_graph_resp->mutable_step_stats()); in RunPartitionsHelper()
732 CostGraphDef* cost_graph = run_graph_resp->mutable_cost_graph(); in RunPartitionsHelper()
741 for (size_t i = 0; i < run_graph_resp->num_partition_graphs(); i++) { in RunPartitionsHelper()
743 run_graph_resp->mutable_partition_graph(i)); in RunPartitionsHelper()