Function mlir_sys::mlirShapedTypeGetDimSize
source · pub unsafe extern "C" fn mlirShapedTypeGetDimSize(
type_: MlirType,
dim: isize
) -> i64
Expand description
Returns the dim-th dimension of the given ranked shaped type.