Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc220 flat_hash_set<const HloInstruction*>* live_set = &it->second; in RunComputation() local
221 live_set->erase(instruction); in RunComputation()
222 if (live_set->empty()) { in RunComputation()