Searched refs:NodeDefAndPortIndex (Results 1 – 3 of 3) sorted by relevance
86 class NodeDefAndPortIndex {88 NodeDefAndPortIndex(const NodeDef* node_def, int port_index) in NodeDefAndPortIndex() function91 bool operator==(const NodeDefAndPortIndex& other) const {96 friend Hash AbslHashValue(Hash h, const NodeDefAndPortIndex& n) { in AbslHashValue()
105 absl::flat_hash_set<internal::NodeDefAndPortIndex> fanins_set_;234 absl::flat_hash_map<internal::NodeDefAndPortIndex, int> fanins_count_;
445 absl::flat_hash_map<internal::NodeDefAndPortIndex, int>* fanins_count, in IncrementFaninCount() argument446 const internal::NodeDefAndPortIndex& fanin) { in IncrementFaninCount()451 absl::flat_hash_map<internal::NodeDefAndPortIndex, int>* fanins_count, in DecrementFaninCount() argument452 const internal::NodeDefAndPortIndex& fanin) { in DecrementFaninCount()