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.cc408 auto* while_cond_indvar = NonConstantOperand(while_cond_root); in PatternMatchLoopTripCount() local
412 m::Op().Is(while_cond_indvar), in PatternMatchLoopTripCount()
432 .WithOperand(0, m::Op().Is(while_cond_indvar)))) { in PatternMatchLoopTripCount()
449 .WithOperand(0, m::Op().Is(while_cond_indvar)))) { in PatternMatchLoopTripCount()
513 auto* while_cond_indvar = NonConstantOperand(while_cond_root); in ComputeWhileLoopTripCount() local
518 while_cond_root, {{while_cond_indvar, &indvar_iter_val}}); in ComputeWhileLoopTripCount()