Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.cc69 Link* hl_entry_ptr = &hash_to_link_[entry.second.unique_hash]; in CopyLinksPass2() local
73 while (!hl_entry_ptr->peers.empty()) { in CopyLinksPass2()
75 hl_entry_ptr = &hash_to_link_[entry.second.unique_hash]; in CopyLinksPass2()
82 hl_entry_ptr->tag = entry.second.tag; in CopyLinksPass2()
83 hl_entry_ptr->unique_hash = entry.second.unique_hash; in CopyLinksPass2()
84 hl_entry_ptr->peers.swap(entry.second.peers); in CopyLinksPass2()