pub unsafe extern "C" fn mlirAffineMapEmptyGet(
ctx: MlirContext,
) -> MlirAffineMapExpand description
Creates a zero result affine map with no dimensions or symbols in the context. The affine map is owned by the context.
pub unsafe extern "C" fn mlirAffineMapEmptyGet(
ctx: MlirContext,
) -> MlirAffineMapCreates a zero result affine map with no dimensions or symbols in the context. The affine map is owned by the context.