Home
last modified time | relevance | path

Searched defs:getZeroPoints (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DTypeDetail.h187 ArrayRef<int64_t> getZeroPoints() const { return zeroPoints; } in getZeroPoints() function
246 ArrayRef<int64_t> getZeroPoints() const { in getZeroPoints() function
DQuantTypes.cpp350 ArrayRef<int64_t> UniformQuantizedPerAxisType::getZeroPoints() const { in getZeroPoints() function in UniformQuantizedPerAxisType