pub unsafe extern "C" fn mlirUniformQuantizedPerAxisTypeGet(
    flags: c_uint,
    storageType: MlirType,
    expressedType: MlirType,
    nDims: isize,
    scales: *mut f64,
    zeroPoints: *mut i64,
    quantizedDimension: i32,
    storageTypeMin: i64,
    storageTypeMax: i64
) -> MlirType
Expand description

Creates an instance of UniformQuantizedPerAxisType with the given parameters in the same context as storageType and returns it. scales and zeroPoints point to nDims number of elements. The instance is owned by the context.