Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.cc112 if (hash_is_final_) { in ComputeTopoHash()
160 CHECK(hash_is_final_); in GetTopoHash()
264 node->hash_is_final_ = false; in PrepareNodes()
323 nodes[n]->hash_is_final_ = true; in FindUniqueHashes()
339 node->hash_is_final_ = false; in ComputeOneRound()
353 if (node->hash_is_final_) { in ComputeOneRound()
379 node->hash_is_final_ = true; in ComputeOneRound()
Dsig_node.h230 bool hash_is_final_ = false; variable
Dsig_node_test.cc101 static bool& RefHashIsFinal(SigNode* node) { return node->hash_is_final_; } in RefHashIsFinal()