Function mlir_sys::mlirAnyQuantizedTypeGet
source · pub unsafe extern "C" fn mlirAnyQuantizedTypeGet(
flags: c_uint,
storageType: MlirType,
expressedType: MlirType,
storageTypeMin: i64,
storageTypeMax: i64
) -> MlirType
Expand description
Creates an instance of AnyQuantizedType with the given parameters in the
same context as storageType
and returns it. The instance is owned by the
context.