Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.cc117 value_ids_to_delete_.push_back(value_id); in MarkValueForDeletion()
123 absl::flat_hash_set<HloValue::Id> id_set(value_ids_to_delete_.begin(), in DeleteMarkedValues()
124 value_ids_to_delete_.end()); in DeleteMarkedValues()
141 for (HloValue::Id value_id : value_ids_to_delete_) { in DeleteMarkedValues()
144 value_ids_to_delete_.clear(); in DeleteMarkedValues()
Dhlo_dataflow_analysis.h238 std::vector<HloValue::Id> value_ids_to_delete_; variable