Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.cc90 last_hashed_nodes_ = next_hashed_nodes_ = node_mask_; in ComputeTopoHash0()
106 next_hashed_nodes_ = last_hashed_nodes_; in ComputeTopoHash()
109 << next_hashed_nodes_; in ComputeTopoHash()
141 next_hashed_nodes_ |= entry.peer->last_hashed_nodes_; in ComputeTopoHash()
144 << " mask=" << std::hex << next_hashed_nodes_; in ComputeTopoHash()
374 << node->next_hashed_nodes_; in ComputeOneRound()
376 if (node->last_hashed_nodes_ == node->next_hashed_nodes_) { in ComputeOneRound()
381 node->last_hashed_nodes_ = node->next_hashed_nodes_; in ComputeOneRound()
Dsig_node.h242 uint64_t next_hashed_nodes_ = 0; variable
Dsig_node_test.cc110 return node->next_hashed_nodes_; in RefNextHashedNodes()