pub unsafe extern "C" fn mlirOperationGetRegion(
op: MlirOperation,
pos: isize,
) -> MlirRegion
Expand description
Returns pos
-th region attached to the operation.
pub unsafe extern "C" fn mlirOperationGetRegion(
op: MlirOperation,
pos: isize,
) -> MlirRegion
Returns pos
-th region attached to the operation.