Function mlir_sys::mlirVectorTypeGet
source · pub unsafe extern "C" fn mlirVectorTypeGet(
rank: isize,
shape: *const i64,
elementType: MlirType
) -> MlirTypeExpand description
Creates a vector type of the shape identified by its rank and dimensions, with the given element type in the same context as the element type. The type is owned by the context.