Function mlir_sys::mlirShapedTypeIsDynamicDim
source · pub unsafe extern "C" fn mlirShapedTypeIsDynamicDim(
type_: MlirType,
dim: isize
) -> bool
Expand description
Checks wither the dim-th dimension of the given shaped type is dynamic.