Home
last modified time | relevance | path

Searched refs:storageTypeMax (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DTypeDetail.h27 storageTypeMin(storageTypeMin), storageTypeMax(storageTypeMax) {} in QuantizedTypeStorage()
42 int64_t storageTypeMax; member
50 storageTypeMin(storageTypeMin), storageTypeMax(storageTypeMax) {} in KeyTy()
55 int64_t storageTypeMax; member
64 lhs.storageTypeMax == rhs.storageTypeMax; in genericIsEqual()
101 storageTypeMax(storageTypeMax) {} in KeyTy()
114 int64_t storageTypeMax; member
124 lhs.storageTypeMax == rhs.storageTypeMax; in genericIsEqual()
169 storageTypeMin(storageTypeMin), storageTypeMax(storageTypeMax) {} in KeyTy()
183 int64_t storageTypeMax; member
[all …]
H A DQuantTypes.cpp54 if (storageTypeMax - storageTypeMin <= 0 || in verify()
56 storageTypeMax > defaultIntegerMax) { in verify()
72 return static_cast<ImplType *>(impl)->storageTypeMax; in getStorageTypeMax()
221 storageTypeMin, storageTypeMax); in get()
231 storageTypeMax); in getChecked()
264 int64_t storageTypeMin, int64_t storageTypeMax) { in getChecked() argument
273 int64_t storageTypeMin, int64_t storageTypeMax) { in verify() argument
307 int64_t storageTypeMax) { in get() argument
310 storageTypeMax); in get()
317 int64_t storageTypeMin, int64_t storageTypeMax) { in getChecked() argument
[all …]
H A DTypeParser.cpp67 int64_t &storageTypeMax) { in parseStorageRange() argument
74 storageTypeMax = defaultIntegerMax; in parseStorageRange()
82 parser.parseInteger(storageTypeMax) || parser.parseGreater()) in parseStorageRange()
88 if (storageTypeMax > defaultIntegerMax) { in parseStorageRange()
90 << storageTypeMax; in parseStorageRange()
126 int64_t storageTypeMax; in parseAnyType() local
144 storageTypeMax)) { in parseAnyType()
200 int64_t storageTypeMax; in parseUniformType() local
223 storageTypeMax)) { in parseUniformType()
284 quantizedDimension, storageTypeMin, storageTypeMax); in parseUniformType()
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h63 int64_t storageTypeMax);
208 int64_t storageTypeMax);
215 int64_t storageTypeMax);
221 int64_t storageTypeMax);
268 int64_t storageTypeMax);
275 int64_t zeroPoint, int64_t storageTypeMin, int64_t storageTypeMax);
282 int64_t storageTypeMax);
327 int64_t storageTypeMax);
335 int64_t storageTypeMin, int64_t storageTypeMax);
343 int64_t storageTypeMin, int64_t storageTypeMax);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp120 int64_t storageTypeMax) { in mlirAnyQuantizedTypeGet() argument
123 storageTypeMin, storageTypeMax)); in mlirAnyQuantizedTypeGet()
137 int64_t storageTypeMax) { in mlirUniformQuantizedTypeGet() argument
140 storageTypeMin, storageTypeMax)); in mlirUniformQuantizedTypeGet()
167 int64_t storageTypeMax) { in mlirUniformQuantizedPerAxisTypeGet() argument
171 quantizedDimension, storageTypeMin, storageTypeMax)); in mlirUniformQuantizedPerAxisTypeGet()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp165 int64_t storageTypeMax) { in populateDialectQuantSubmodule() argument
167 storageTypeMin, storageTypeMax)); in populateDialectQuantSubmodule()
186 int64_t storageTypeMin, int64_t storageTypeMax) { in populateDialectQuantSubmodule() argument
189 storageTypeMin, storageTypeMax)); in populateDialectQuantSubmodule()
222 int64_t storageTypeMin, int64_t storageTypeMax) { in populateDialectQuantSubmodule() argument
230 storageTypeMax)); in populateDialectQuantSubmodule()
/llvm-project-15.0.7/mlir/include/mlir-c/Dialect/
H A DQuant.h113 int64_t storageTypeMax);
127 int64_t zeroPoint, int64_t storageTypeMin, int64_t storageTypeMax);
152 int32_t quantizedDimension, int64_t storageTypeMin, int64_t storageTypeMax);
/llvm-project-15.0.7/mlir/test/Dialect/Quant/
H A Dparse-uniform.mlir5 // [signed] storageType, storageTypeMin, storageTypeMax, expressedType, scale, zeroPoint