Function mlir_sys::mlirUnrankedMemRefTypeGet
source · pub unsafe extern "C" fn mlirUnrankedMemRefTypeGet(
elementType: MlirType,
memorySpace: MlirAttribute
) -> MlirType
Expand description
Creates an Unranked MemRef type with the given element type and in the given memory space. The type is owned by the context of element type.