QuantizationPrecision¶
            netspresso.enums.QuantizationPrecision
¶
    
              Bases: StrEnum
Available Quantization Precisions¶
| Name | Value | Description | Bits | 
|---|---|---|---|
| INT8 | int8 | 8-bit integer precision | 8 | 
| FLOAT16 | float16 | 16-bit floating precision | 16 | 
| FLOAT32 | float32 | 32-bit floating precision | 32 |