pub unsafe extern "C" fn mlirAffineMapMultiDimIdentityGet(
    ctx: MlirContext,
    numDims: isize
) -> MlirAffineMap
Expand description

Creates an affine map with ‘numDims’ identity in the context. The affine map is owned by the context.