Home
last modified time | relevance | path

Searched defs:storageTypeMin (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp256 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 DTypeParser.cpp65 int64_t &storageTypeMin, in parseStorageRange() argument
124 int64_t storageTypeMin; in parseAnyType() local
198 int64_t storageTypeMin; in parseUniformType() local
[all...]
H A DTypeDetail.h39 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 DQuant.cpp116 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 DDialectQuant.cpp191 __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