PrecisionReduceFlag
Function Usage
Controls the operator precision mode during ATC-based model conversion or network commissioning. This parameter is valid only when precision_mode is set to allow_mix_precision.
Prototype
OpAICoreConfig& PrecisionReduceFlag(bool flag);
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
flag |
Input |
|
Returns
OpAICoreConfig class. For details, see OpAICoreConfig.
Constraints
None
Parent topic: OpAICoreConfig