Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc253 auto* while_cond_root = while_cond->root_instruction(); in GetLoopInductionVarTupleIdx() local
256 GetGTEOperandIndex(while_cond_root, while_cond_param); in GetLoopInductionVarTupleIdx()
407 auto* while_cond_root = while_cond->root_instruction(); in PatternMatchLoopTripCount() local
408 auto* while_cond_indvar = NonConstantOperand(while_cond_root); in PatternMatchLoopTripCount()
410 if (!Match(while_cond_root, in PatternMatchLoopTripCount()
429 if (Match(while_cond_root, in PatternMatchLoopTripCount()
434 << while_cond_root->ToString(); in PatternMatchLoopTripCount()
446 if (Match(while_cond_root, in PatternMatchLoopTripCount()
451 << while_cond_root->ToString(); in PatternMatchLoopTripCount()
467 << while_cond_root->ToString(); in PatternMatchLoopTripCount()
[all …]