Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc1003 DupRecvTable dup_recv(3); in Partition() local
1105 auto iter = dup_recv.find(key); in Partition()
1106 if (iter != dup_recv.end()) { in Partition()
1183 dup_recv[key] = {recv, real_recv, recv_start_time}; in Partition()
1234 for (auto& it : dup_recv) { in Partition()