Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_liveness.cc152 const HloInstruction* a_instruction = a.instruction(); in MayInterfere() local
154 if (IsEntryParameter(a_instruction) && in MayInterfere()
155 hlo_ordering_->ExecutesBefore(b_instruction, a_instruction)) { in MayInterfere()
159 hlo_ordering_->ExecutesBefore(a_instruction, b_instruction)) { in MayInterfere()