Class ModelQuantizer
Provides methods for quantizing models.
Inherited Members
Namespace: Unity.InferenceEngine
Assembly: Unity.InferenceEngine.dll
Syntax
[MovedFrom("Unity.Sentis")]
public static class ModelQuantizer
  Methods
QuantizeWeights(QuantizationType, ref Model)
Quantize the weights of a model to a
Declaration
public static void QuantizeWeights(QuantizationType quantizationType, ref Model model)
  Parameters
| Type | Name | Description | 
|---|---|---|
| QuantizationType | quantizationType | Data type to quantize to.  | 
      
| Model | model | The model to quantize.  |