Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc268 HloInstruction* while_input = comp->parameter_instruction(0); in TryRemoveDeadWhileParams() local
270 for (const HloInstruction* user : while_input->users()) { in TryRemoveDeadWhileParams()