mlir_sys

Function mlirVectorTypeIsDimScalable

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

Checks whether the “dim”-th dimension of the given vector is scalable.