mlir_sys

Function mlirUnrankedTensorTypeGet

Source
pub unsafe extern "C" fn mlirUnrankedTensorTypeGet(
    elementType: MlirType,
) -> MlirType
Expand description

Creates an unranked tensor type with the given element type in the same context as the element type. The type is owned by the context.