Home | History | Annotate | Download | only in public

Lines Matching full:rounding

31 // A rounding mode to use when requantizing an operand.
40 Exact, // No rounding, do nothing. Use with bit_depth == 8.
46 // A rounding strategy is a heuristic for choosing a rounding mode.
56 // Default rounding strategy when actually requantizing to less than 8 bit.
68 // probabilistic rounding instead of rounding-to-nearest when
71 // probabilistic rounding gives more accurate results for large enough
72 // depth, while rounding-to-nearest does for smaller depth. This threshold
74 // on a set of 10,000 images with 8-bit Xorshift probabilistic rounding: