Structure

QuantizationParameters

Parameters that determine the mapping of quantized values to real values. Quantized values can be mapped to float values using the following conversion: realValue = scale * (quantizedValue - zeroPoint).

Declaration

struct QuantizationParameters

Topics

Instance Properties

Default Implementations