Searched refs:live_set (Results 1 – 1 of 1) sorted by relevance
220 flat_hash_set<const HloInstruction*>* live_set = &it->second; in RunComputation() local221 live_set->erase(instruction); in RunComputation()222 if (live_set->empty()) { in RunComputation()