Searched defs:zeroPoint (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/ |
| H A D | UniformSupport.h | 74 UniformQuantizedValueConverter(double scale, double zeroPoint, in UniformQuantizedValueConverter() 83 UniformQuantizedValueConverter(double scale, double zeroPoint, in UniformQuantizedValueConverter() 158 const APFloat zeroPoint; variable
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/ |
| H A D | QuantTypes.cpp | 254 int64_t zeroPoint, in get() 263 Type storageType, Type expressedType, double scale, int64_t zeroPoint, in getChecked() 272 Type storageType, Type expressedType, double scale, int64_t zeroPoint, in verify()
|
| H A D | TypeParser.cpp | 164 int64_t &zeroPoint) { in parseQuantParams() 361 static void printQuantParams(double scale, int64_t zeroPoint, in printQuantParams()
|
| H A D | TypeDetail.h | 112 int64_t zeroPoint; member 157 int64_t zeroPoint; member
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | DialectQuant.cpp | 186 int64_t storageTypeMin, int64_t storageTypeMax) { in populateDialectQuantSubmodule() 259 int64_t zeroPoint = in populateDialectQuantSubmodule() local
|
| /llvm-project-15.0.7/mlir/lib/CAPI/Dialect/ |
| H A D | Quant.cpp | 136 int64_t zeroPoint, int64_t storageTypeMin, in mlirUniformQuantizedTypeGet()
|