mlir_sys

Function mlirVectorTypeIsScalable

Source
pub unsafe extern "C" fn mlirVectorTypeIsScalable(
    type_: MlirType,
) -> bool
Expand description

Checks whether the given vector type is scalable, i.e., has at least one scalable dimension.