/llvm-project/mlir/lib/Dialect/Quant/IR/ |
H A D | QuantTypes.cpp | 256 Type expressedType, int64_t storageTypeMin, in get() argument 34 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument 219 get(unsigned flags,Type storageType,Type expressedType,int64_t storageTypeMin,int64_t storageTypeMax) get() argument 228 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 307 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 | 65 int64_t &storageTypeMin, in parseStorageRange() argument 124 int64_t storageTypeMin; in parseAnyType() local 198 int64_t storageTypeMin; in parseUniformType() local [all...] |
H A D | TypeDetail.h | 39 int64_t storageTypeMin; member 54 int64_t storageTypeMin; member 113 int64_t storageTypeMin; member 182 int64_t storageTypeMin; member
|
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | Quant.cpp | 116 MlirType expressedType, int64_t storageTypeMin, in mlirAnyQuantizedTypeGet() argument 133 int64_t zeroPoint, int64_t storageTypeMin, in mlirUniformQuantizedTypeGet() argument 163 int32_t quantizedDimension, int64_t storageTypeMin, in mlirUniformQuantizedPerAxisTypeGet() argument
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | DialectQuant.cpp | 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
|