Structure

QuantizationParameters

This is the struct of parameters that determine the mapping of quantized values to real values. Quantized values can be mapped to float values using the following conversion:

Declaration

struct QuantizationParameters

Overview

  • realValue = scale * (quantizedValue - zeroPoint)`

Topics

Instance Properties

Default Implementations