Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc59 struct DupRecvKey { struct
66 friend H AbslHashValue(H h, const DupRecvKey& c) { in AbslHashValue()
72 friend bool operator==(const DupRecvKey& x, const DupRecvKey& y) { in operator ==()
87 typedef absl::flat_hash_map<DupRecvKey, RecvInfo> DupRecvTable;
1104 DupRecvKey key{src->id(), edge->src_output(), dst_graph, on_host}; in Partition()