Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_phi_graph.cc57 node_to_value_id_[node].push_back(value.id()); in CreateOrReuseNode()
91 for (HloValue::Id value_id : node_to_value_id_[node]) { in ReplaceNodeWith()
96 absl::c_copy(node_to_value_id_[node], in ReplaceNodeWith()
97 std::back_inserter(node_to_value_id_[replace])); in ReplaceNodeWith()
98 node_to_value_id_[node].clear(); in ReplaceNodeWith()
Dhlo_phi_graph.h91 absl::flat_hash_map<Node*, std::vector<HloValue::Id>> node_to_value_id_; variable