Function mlir_sys::mlirUnrankedTensorTypeGet 
source · pub unsafe extern "C" fn mlirUnrankedTensorTypeGet(
    elementType: MlirType
) -> MlirTypeExpand 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.