QuantizationResult
data class QuantizationResult(val lowerInterval: Float, val upperInterval: Float, val additionalCorrection: Float, val quantizedComponentSum: Int)
Quantization result containing the lower and upper interval bounds, the additional correction
Parameters
lowerInterval
the lower interval bound
upperInterval
the upper interval bound
additionalCorrection
the additional correction
quantizedComponentSum
the sum of the quantized components