Searched refs:value_sets_ (Results 1 – 2 of 2) sorted by relevance
125 for (const auto& pair : value_sets_) { in DeleteMarkedValues()727 return value_sets_.at(instruction); in GetInstructionValueSet()732 return value_sets_.at(instruction); in GetInstructionValueSet()740 value_sets_.emplace(std::piecewise_construct, in InitializeInstructionValueSets()
233 std::unordered_map<const HloInstruction*, InstructionValueSet> value_sets_; variable