Function mlir_sys::mlirAffineMapMinorIdentityGet
source · pub unsafe extern "C" fn mlirAffineMapMinorIdentityGet(
ctx: MlirContext,
dims: isize,
results: isize
) -> MlirAffineMap
Expand description
Creates an identity affine map on the most minor dimensions in the context. The affine map is owned by the context. The function asserts that the number of dimensions is greater or equal to the number of results.