Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf_while.cc56 auto create_region_with_call = [&while_op](FuncOp func, Region& region) { in RunOnWhile() local
67 create_region_with_call(while_op.cond_function(), new_op.cond()); in RunOnWhile()
68 create_region_with_call(while_op.body_function(), new_op.body()); in RunOnWhile()