QuantizeSpec Struct
INT8 (or other low-precision) quantization parameters. More...
Declaration
struct simaai::neat::QuantizeSpec { ... }
Included Headers
#include <PreprocessPlan.h>
Public Member Attributes Index
| AutoFlag | enable = AutoFlag::Auto |
|
On/off/auto. More... | |
| int | zero_point = 0 |
|
Zero-point offset (q = round(x/scale) + zero_point). More... | |
| double | scale = 0.0 |
|
Scale factor; 0 means "use the model's calibration". More... | |
| std::string | output_dtype |
|
Target dtype name (e.g., "int8", "uint8"). More... | |