Home
last modified time | relevance | path

Searched defs:zeroPoints (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantTypes.cpp292 ArrayRef<double> scales, ArrayRef<int64_t> zeroPoints, in get()
302 ArrayRef<double> scales, ArrayRef<int64_t> zeroPoints, in getChecked()
312 ArrayRef<double> scales, ArrayRef<int64_t> zeroPoints, in verifyConstructionInvariants()
DTypeParser.cpp203 SmallVector<int64_t, 1> zeroPoints; in parseUniformType() local
404 ArrayRef<int64_t> zeroPoints = type.getZeroPoints(); in printUniformQuantizedPerAxisType() local
DTypeDetail.h180 ArrayRef<int64_t> zeroPoints; member
235 ArrayRef<int64_t> zeroPoints = allocator.copyInto(key.zeroPoints); in construct() local
/external/llvm-project/mlir/lib/Dialect/Quant/Utils/
DFakeQuantSupport.cpp161 SmallVector<int64_t, 4> zeroPoints; in fakeQuantAttrsToType() local
/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DUniformSupport.h207 const ArrayRef<int64_t> zeroPoints; variable