Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches

◆ nrf_edgeai_output_propagate_neuton_q8()

void nrf_edgeai_output_propagate_neuton_q8 ( nrf_edgeai_model_t * p_model)

Propagate Neuton model outputs to the model output structure.

These functions transfer the output neuron values from the internal buffer (of the corresponding data type) to the model output structure. They may also apply any required post-processing such as activation or scaling.

Parameters
[in,out]p_modelPointer to model context nrf_edgeai_model_t
Note