Function mlir_sys::mlirAffineMapGet

source ·
pub unsafe extern "C" fn mlirAffineMapGet(
    ctx: MlirContext,
    dimCount: isize,
    symbolCount: isize,
    nAffineExprs: isize,
    affineExprs: *mut MlirAffineExpr
) -> MlirAffineMap
Expand description

Creates an affine map with results defined by the given list of affine expressions. The map resulting map also has the requested number of input dimensions and symbols, regardless of them being used in the results.