Function mlir_sys::mlirAffineMapIsIdentity
source · pub unsafe extern "C" fn mlirAffineMapIsIdentity(
affineMap: MlirAffineMap
) -> bool
Expand description
Checks whether the given affine map is an identity affine map. The function asserts that the number of dimensions is greater or equal to the number of results.