Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_liveness_analysis.cc86 void MarkLiveAtAllIndices(const HloInstruction* instruction, in MarkLiveAtAllIndices() function
264 MarkLiveAtAllIndices(module_.entry_computation()->root_instruction(), in RunAnalysis()
270 MarkLiveAtAllIndices(instruction, &live_index_map_, &worklist, in RunAnalysis()
298 MarkLiveAtAllIndices(called_computation->root_instruction(), in RunAnalysis()
303 MarkLiveAtAllIndices(operand, &live_index_map_, &worklist, &workset); in RunAnalysis()