Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc481 absl::flat_hash_map<const HloValue*, ValueNode*> value_to_node; in CopyRemover() local
511 AddValueList(values, &value_to_node); in CopyRemover()
516 CreateCopyMap(module, value_to_node); in CopyRemover()
528 absl::flat_hash_map<const HloValue*, ValueNode*>* value_to_node) { in AddValueList() argument
533 (*value_to_node)[value] = new_node; in AddValueList()
564 const absl::flat_hash_map<const HloValue*, ValueNode*>& value_to_node) { in CreateCopyMap() argument
575 value_to_node.at(&dataflow_.GetUniqueValueAt(instruction)); in CreateCopyMap()
576 copy_node.src = value_to_node.at(&src_value_set.GetUniqueValue()); in CreateCopyMap()