Home
last modified time | relevance | path

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

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