Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc266 auto* while_cond_indvar = NonConstantOperand(while_cond_root); in PatternMatchLoopTripCount() local
270 m::Op().Is(while_cond_indvar), in PatternMatchLoopTripCount()
290 .WithOperand(0, m::Op().Is(while_cond_indvar)))) { in PatternMatchLoopTripCount()
307 .WithOperand(0, m::Op().Is(while_cond_indvar)))) { in PatternMatchLoopTripCount()
371 auto* while_cond_indvar = NonConstantOperand(while_cond_root); in ComputeWhileLoopTripCount() local
376 while_cond_root, {{while_cond_indvar, &indvar_iter_val}}); in ComputeWhileLoopTripCount()