Searched defs:getZeroPoints (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/Quant/IR/ | ||
H A D | TypeDetail.h | 187 ArrayRef<int64_t> getZeroPoints() const { return zeroPoints; } in getZeroPoints() function |
H A D | QuantTypes.cpp | 363 ArrayRef<int64_t> UniformQuantizedPerAxisType::getZeroPoints() const { getZeroPoints() function in UniformQuantizedPerAxisType |