Function mlir_sys::mlirOperationGetRegion
source · pub unsafe extern "C" fn mlirOperationGetRegion(
op: MlirOperation,
pos: isize
) -> MlirRegionExpand description
Returns pos-th region attached to the operation.
pub unsafe extern "C" fn mlirOperationGetRegion(
op: MlirOperation,
pos: isize
) -> MlirRegionReturns pos-th region attached to the operation.