Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dregion_control_flow_to_functional.cc217 Region& first_region = *first->getParentRegion(); in MatchCallArgs() local
238 if (!matcher(first_arg, first_region, second_arg, second_region)) in MatchCallArgs()
365 auto while_arg_matcher = [](Value first, Region& first_region, Value second, in ConvertWhileOp()
375 first_block_arg.getParentBlock() == &first_region.front() && in ConvertWhileOp()