Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.cc127 size_t last_link_hash = hashed_peers_[0].link_hash; in ComputeTopoHash() local
131 if (entry.link_hash != last_link_hash) { in ComputeTopoHash()
132 CombineHash(last_link_hash, &hval); in ComputeTopoHash()
135 last_link_hash = entry.link_hash; in ComputeTopoHash()
149 CombineHash(last_link_hash, &hval); in ComputeTopoHash()