Home
last modified time | relevance | path

Searched refs:getZeroPoints (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DTypeDetail.h187 ArrayRef<int64_t> getZeroPoints() const { return zeroPoints; } in getZeroPoints() function
196 lhs.getZeroPoints() == rhs.getZeroPoints() && in genericIsEqual()
246 ArrayRef<int64_t> getZeroPoints() const { in getZeroPoints() function
H A DQuantTypes.cpp362 ArrayRef<int64_t> UniformQuantizedPerAxisType::getZeroPoints() const { in getZeroPoints() function in UniformQuantizedPerAxisType
363 return getImpl()->getZeroPoints(); in getZeroPoints()
H A DTypeParser.cpp403 ArrayRef<int64_t> zeroPoints = type.getZeroPoints(); in printUniformQuantizedPerAxisType()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h354 ArrayRef<int64_t> getZeroPoints() const;
374 return llvm::all_of(getZeroPoints(), in isFixedPoint()
H A DUniformSupport.h181 zeroPoints(uniformType.getZeroPoints()), in UniformQuantizedPerAxisValueConverter()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp191 .getZeroPoints()[pos]; in mlirUniformQuantizedPerAxisTypeGetZeroPoint()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp146 weightZp = weightPerAxisQType.getZeroPoints().front(); in buildConvOpQuantizationAttr()