Searched refs:node_to_value_id_ (Results 1 – 2 of 2) sorted by relevance
57 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()
91 absl::flat_hash_map<Node*, std::vector<HloValue::Id>> node_to_value_id_; variable