Class ModelQuantizer
Provides methods for quantizing models.
Inherited Members
Namespace: Unity.Sentis
Assembly: Unity.Sentis.dll
Syntax
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. |