Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc257 std::unordered_map<string, string> key_fetch; member
266 Part() : feed_key(3), key_fetch(3) {} in Part()
413 part->key_fetch.insert({key, name}); in TrackFeedsAndFetches()
656 for (const auto& key_fetch : part.key_fetch) { in RunPartitionsHelper() local
657 if (key_fetch.second == req_fetch) { in RunPartitionsHelper()
658 c->req->add_recv_key(key_fetch.first); in RunPartitionsHelper()
675 for (const auto& key_fetch : part.key_fetch) { in RunPartitionsHelper() local
676 const string& key = key_fetch.first; in RunPartitionsHelper()
715 auto iter = part.key_fetch.find(run_graph_resp->recv_key(j)); in RunPartitionsHelper()
716 if (iter == part.key_fetch.end()) { in RunPartitionsHelper()