Function mlir_sys::mlirCalibratedQuantizedTypeGet
source · pub unsafe extern "C" fn mlirCalibratedQuantizedTypeGet(
expressedType: MlirType,
min: f64,
max: f64
) -> MlirType
Expand description
Creates an instance of CalibratedQuantizedType with the given parameters
in the same context as expressedType
and returns it. The instance is owned
by the context.