Searched defs:zeropoint (Results 1 – 1 of 1) sorted by relevance
2650 int64_t zeropoint) { in convertQuantizeOp()2695 int64_t zeropoint) { in convertDequantizeOp()2767 int64_t zeropoint = std::llround((-min) / scale + static_cast<double>(qmin)); in convertFakeQuantOp() local