mlirShapedTypeIsStaticDim

Function mlirShapedTypeIsStaticDim 

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

Checks whether the dim-th dimension of the given shaped type is static.