Searched refs:region_idx (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_communication.cc | 404 Optional<unsigned> region_idx; member 595 OpBuilder& builder, Operation* region_op, unsigned region_idx, in RewriteControlFlowOpRegion() argument 598 ops_to_visit.push_back({region_idx + 1, token, region_op}); in RewriteControlFlowOpRegion() 600 Region& region = region_op->getRegion(region_idx); in RewriteControlFlowOpRegion() 621 Optional<unsigned> region_idx, in ProcessRegionIfOp() argument 627 if (!region_idx) { in ProcessRegionIfOp() 632 if (*region_idx < region_if.getNumRegions()) { in ProcessRegionIfOp() 633 RewriteControlFlowOpRegion(builder, region_if, *region_idx, in ProcessRegionIfOp() 634 region_if.getOperand(*region_idx + 1).getType(), in ProcessRegionIfOp() 689 OpBuilder& builder, WhileOp region_while, Optional<unsigned> region_idx, in ProcessRegionWhileOp() argument [all …]
|
/external/fonttools/Lib/fontTools/varLib/ |
D | cff.py | 384 for region_idx, region_charstring in enumerate(region_cs, start=1): 385 var_pen.restart(region_idx) 583 def restart(self, region_idx): argument 585 self.m_index = region_idx
|