Searched refs:mlirCalibratedQuantizedTypeGet (Results 1 – 4 of 4) sorted by relevance
186 mlirCalibratedQuantizedTypeGet(MlirType expressedType, double min, double max);
215 MlirType calibrated = mlirCalibratedQuantizedTypeGet(f32, -0.998, 1.2321); in testCalibratedType()
212 MlirType mlirCalibratedQuantizedTypeGet(MlirType expressedType, double min, in mlirCalibratedQuantizedTypeGet() function
291 return cls(mlirCalibratedQuantizedTypeGet(expressedType, min, max)); in populateDialectQuantSubmodule()