Searched defs:zeroPoints (Results 1 – 5 of 5) sorted by relevance
292 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()
203 SmallVector<int64_t, 1> zeroPoints; in parseUniformType() local404 ArrayRef<int64_t> zeroPoints = type.getZeroPoints(); in printUniformQuantizedPerAxisType() local
180 ArrayRef<int64_t> zeroPoints; member235 ArrayRef<int64_t> zeroPoints = allocator.copyInto(key.zeroPoints); in construct() local
161 SmallVector<int64_t, 4> zeroPoints; in fakeQuantAttrsToType() local
207 const ArrayRef<int64_t> zeroPoints; variable