![]() |
Edge AI Add-on API 2.2.0
|
| void nrf_edgeai_output_dequantize_axon_q8_f32 | ( | nrf_edgeai_model_t * | p_model | ) |
Dequantize Axon model outputs to 32-bit floating point.
These functions convert the output values from quantized format (8-bit or 32-bit) to 32-bit floating point format, using the scaling parameters defined in the model context.
| [in,out] | p_model | Pointer to model context nrf_edgeai_model_t |