mlir_sys

Function mlirOperationGetNumRegions

Source
pub unsafe extern "C" fn mlirOperationGetNumRegions(
    op: MlirOperation,
) -> isize
Expand description

Returns the number of regions attached to the given operation.