Home
last modified time | relevance | path

Searched refs:getStorageTypeMax (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DUniformSupport.h68 static_cast<double>(uniformType.getStorageTypeMax()), in UniformQuantizedValueConverter()
183 clampMax(static_cast<double>(uniformType.getStorageTypeMax())), in UniformQuantizedPerAxisValueConverter()
H A DQuantTypes.h118 int64_t getStorageTypeMax() const;
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DTypeParser.cpp355 defaultIntegerMax != type.getStorageTypeMax()) { in printStorageType()
356 out << "<" << type.getStorageTypeMin() << ":" << type.getStorageTypeMax() in printStorageType()
H A DQuantTypes.cpp71 int64_t QuantizedType::getStorageTypeMax() const { in getStorageTypeMax() function in QuantizedType
/llvm-project-15.0.7/mlir/test/lib/Dialect/Tosa/
H A DTosaTestPasses.cpp70 double typeRangeMax = double(outputElementType.getStorageTypeMax() - in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp63 return unwrap(type).cast<quant::QuantizedType>().getStorageTypeMax(); in mlirQuantizedTypeGetStorageTypeMax()