Home
last modified time | relevance | path

Searched defs:first_if (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dmerge_control_flow.cc94 bool SafeToMerge(TF::IfRegionOp first_if, TF::IfRegionOp second_if, in SafeToMerge()
173 void MoveBranches(TF::IfRegionOp first_if, TF::IfRegionOp second_if) { in MoveBranches()
229 IfOpIterConst first_if, in FindLastIfInSegment()
482 TF::IfRegionOp new_if_op, TF::IfRegionOp first_if) { in CreateYieldOps()
523 TF::IfRegionOp first_if = if_op_segment[0]; in MergeIfPerSegment() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dexit_transforms.cpp527 IfView first_if(node); in inlineConsecutiveIfs() local