Home
last modified time | relevance | path

Searched refs:mlirCalibratedQuantizedTypeGet (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h186 mlirCalibratedQuantizedTypeGet(MlirType expressedType, double min, double max);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dquant.c215 MlirType calibrated = mlirCalibratedQuantizedTypeGet(f32, -0.998, 1.2321); in testCalibratedType()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp212 MlirType mlirCalibratedQuantizedTypeGet(MlirType expressedType, double min, in mlirCalibratedQuantizedTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp291 return cls(mlirCalibratedQuantizedTypeGet(expressedType, min, max)); in populateDialectQuantSubmodule()