Enum QuantizationType
Type of quantization for float weights.
Namespace: Unity.Sentis
Assembly: Unity.Sentis.dll
Syntax
public enum QuantizationType
Fields
| Name | Description |
|---|---|
| Float16 | Cast to 16 bit floats. |
| Uint8 | Quantized to 8 bit fixed point values with scale and zero point. |