/llvm-project/mlir/lib/Dialect/Quant/IR/ |
H A D | QuantTypes.cpp | 257 int64_t storageTypeMax) { in get() argument 34 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument 220 get(unsigned flags,Type storageType,Type expressedType,int64_t storageTypeMin,int64_t storageTypeMax) get() argument 229 getChecked(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,int64_t storageTypeMin,int64_t storageTypeMax) getChecked() argument 238 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument 265 getChecked(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,double scale,int64_t zeroPoint,int64_t storageTypeMin,int64_t storageTypeMax) getChecked() argument 274 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,double scale,int64_t zeroPoint,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument 308 get(unsigned flags,Type storageType,Type expressedType,ArrayRef<double> scales,ArrayRef<int64_t> zeroPoints,int32_t quantizedDimension,int64_t storageTypeMin,int64_t storageTypeMax) get() argument 318 getChecked(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,ArrayRef<double> scales,ArrayRef<int64_t> zeroPoints,int32_t quantizedDimension,int64_t storageTypeMin,int64_t storageTypeMax) getChecked() argument 328 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,ArrayRef<double> scales,ArrayRef<int64_t> zeroPoints,int32_t quantizedDimension,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument [all...] |
H A D | TypeParser.cpp | 66 int64_t &storageTypeMax) { in parseStorageRange() argument 125 int64_t storageTypeMax; in parseAnyType() local 199 int64_t storageTypeMax; in parseUniformType() local [all...] |
H A D | TypeDetail.h | 42 int64_t storageTypeMax; member 55 int64_t storageTypeMax; member 114 int64_t storageTypeMax; member 183 int64_t storageTypeMax; member
|
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | Quant.cpp | 117 int64_t storageTypeMax) { in mlirAnyQuantizedTypeGet() argument 134 int64_t storageTypeMax) { in mlirUniformQuantizedTypeGet() argument 164 int64_t storageTypeMax) { in mlirUniformQuantizedPerAxisTypeGet() argument
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | DialectQuant.cpp | 170 __anond4067f691102(py::object cls, unsigned flags, MlirType storageType, MlirType expressedType, int64_t storageTypeMin, int64_t storageTypeMax) populateDialectQuantSubmodule() argument 191 __anond4067f691202(py::object cls, unsigned flags, MlirType storageType, MlirType expressedType, double scale, int64_t zeroPoint, int64_t storageTypeMin, int64_t storageTypeMax) populateDialectQuantSubmodule() argument 227 __anond4067f691602(py::object cls, unsigned flags, MlirType storageType, MlirType expressedType, std::vector<double> scales, std::vector<int64_t> zeroPoints, int32_t quantizedDimension, int64_t storageTypeMin, int64_t storageTypeMax) populateDialectQuantSubmodule() argument
|