Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dregion_control_flow_to_functional.cc132 Region& func_region = outlined_func.getBody(); in ExtractSingleBlockRegion() local
133 func_region.takeBody(region); in ExtractSingleBlockRegion()
134 Block& first_block = func_region.front(); in ExtractSingleBlockRegion()
139 replaceAllUsesInRegionWith(it.value(), arg, func_region); in ExtractSingleBlockRegion()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dwhile_loop_outline.cc171 Region& func_region = outlined_func.getBody(); in OutlineWhile() local
176 Block& block = func_region.front(); in OutlineWhile()
179 replaceAllUsesInRegionWith(value, arg, func_region); in OutlineWhile()