Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dwhile_loop_outline.cc107 auto num_loop_carried = while_op.cond().getNumArguments(); in OutlineWhile() local
109 while_op.getOperands().drop_front(num_loop_carried); in OutlineWhile()
188 yield_op->getOperands().take_front(num_loop_carried); in OutlineWhile()