pub unsafe extern "C" fn mlirUniformQuantizedTypeGet(
    flags: c_uint,
    storageType: MlirType,
    expressedType: MlirType,
    scale: f64,
    zeroPoint: i64,
    storageTypeMin: i64,
    storageTypeMax: i64
) -> MlirType
Expand description

Creates an instance of UniformQuantizedType with the given parameters in the same context as storageType and returns it. The instance is owned by the context.