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

Constructors

Link copied to clipboard
constructor(lowerInterval: Float, upperInterval: Float, additionalCorrection: Float, quantizedComponentSum: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard