Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc33 static const HloInstruction* NonConstantOperand(const HloInstruction* instr) { in NonConstantOperand() function
253 auto* while_body_indvar = NonConstantOperand(while_body_indvar_update); in PatternMatchLoopTripCount()
266 auto* while_cond_indvar = NonConstantOperand(while_cond_root); in PatternMatchLoopTripCount()
367 auto* while_body_indvar = NonConstantOperand(while_body_indvar_update); in ComputeWhileLoopTripCount()
371 auto* while_cond_indvar = NonConstantOperand(while_cond_root); in ComputeWhileLoopTripCount()