Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc555 value_lists_.insert(head); in AddValueList()
584 for (const ValueNode* head : value_lists_) { in ~CopyRemover()
596 for (const ValueNode* head : value_lists_) { in Verify()
850 return ContainsKey(value_lists_, node.next); in IsTail()
855 return ContainsKey(value_lists_, &node); in IsHead()
882 value_lists_.erase(head); in SpliceAfter()
912 for (const ValueNode* head : value_lists_) { in ToString()
946 absl::flat_hash_set<const ValueNode*> value_lists_; member in xla::__anon747efefc0111::CopyRemover