Home
last modified time | relevance | path

Searched defs:second_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()
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dexit_transforms.cpp528 IfView second_if(node->next()); in inlineConsecutiveIfs() local