Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Tosa/
H A DTosaTestPasses.cpp67 double typeRangeMin = double(outputElementType.getStorageTypeMin() - in matchAndRewrite()
73 bool narrowRange = outputElementType.getStorageTypeMin() == 1; in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DUniformSupport.h67 static_cast<double>(uniformType.getStorageTypeMin()), in UniformQuantizedValueConverter()
182 clampMin(static_cast<double>(uniformType.getStorageTypeMin())), in UniformQuantizedPerAxisValueConverter()
H A DQuantTypes.h115 int64_t getStorageTypeMin() const;
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DTypeParser.cpp354 if (defaultIntegerMin != type.getStorageTypeMin() || in printStorageType()
356 out << "<" << type.getStorageTypeMin() << ":" << type.getStorageTypeMax() in printStorageType()
H A DQuantTypes.cpp67 int64_t QuantizedType::getStorageTypeMin() const { in getStorageTypeMin() function in QuantizedType
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp59 return unwrap(type).cast<quant::QuantizedType>().getStorageTypeMin(); in mlirQuantizedTypeGetStorageTypeMin()