Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.cc116 const int64 topo_hash_size = topo_hash_.size(); in ComputeTopoHash() local
117 CHECK(topo_hash_size == distance); in ComputeTopoHash()
158 const int64 topo_hash_size = topo_hash_.size(); in GetTopoHash() local
159 if (distance >= topo_hash_size) { in GetTopoHash()