Home
last modified time | relevance | path

Searched defs:expressedType (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp33 auto floatType = cast<FloatType>(expressedType); in verify() argument
193 Type expressedType = castToExpressedType() local
218 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
237 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument
254 get(unsigned flags,Type storageType,Type expressedType,double scale,int64_t zeroPoint,int64_t storageTypeMin,int64_t storageTypeMax) get() argument
264 getChecked(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,double scale,int64_t zeroPoint,int64_t storageTypeMin,int64_t storageTypeMax) getChecked() argument
273 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,double scale,int64_t zeroPoint,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument
305 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
316 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
326 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
371 get(Type expressedType,double min,double max) get() argument
377 getChecked(function_ref<InFlightDiagnostic ()> emitError,Type expressedType,double min,double max) getChecked() argument
385 verify(function_ref<InFlightDiagnostic ()> emitError,Type expressedType,double min,double max) verify() argument
[all...]
H A DTypeParser.cpp122 FloatType expressedType; in parseAnyType() local
196 FloatType expressedType; in parseUniformType() local
298 FloatType expressedType; in parseCalibratedType() local
373 if (Type expressedType = type.getExpressedType()) { printAnyQuantizedType() local
[all...]
H A DTypeDetail.h36 Type expressedType; member
53 Type expressedType; member
109 Type expressedType; member
177 Type expressedType; member
261 Type expressedType; member
/llvm-project/mlir/lib/CAPI/Dialect/
H A DQuant.cpp116 MlirType expressedType, int64_t storageTypeMin, in mlirAnyQuantizedTypeGet() argument
132 MlirType expressedType, double scale, in mlirUniformQuantizedTypeGet() argument
161 unsigned flags, MlirType storageType, MlirType expressedType, in mlirUniformQuantizedPerAxisTypeGet() argument
205 MlirType mlirCalibratedQuantizedTypeGet(MlirType expressedType, double min, in mlirCalibratedQuantizedTypeGet() argument
/llvm-project/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp190 __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
295 __anond4067f691b02(py::object cls, MlirType expressedType, double min, double max) populateDialectQuantSubmodule() argument
/llvm-project/mlir/lib/Dialect/Quant/Utils/
H A DFakeQuantSupport.cpp110 Type expressedType, bool isSigned) { in fakeQuantAttrsToType() argument
142 Type expressedType, bool isSigned) { in fakeQuantAttrsToType() argument
/llvm-project/mlir/include/mlir/Dialect/Quant/
H A DUniformSupport.h