![]() |
Edge AI Add-on API 2.2.0
|
| void nrf_edgeai_output_decode_anomaly_f32 | ( | nrf_edgeai_model_output_t * | p_model_output, |
| nrf_edgeai_decoded_output_t * | p_decoded_output ) |
Decode model outputs for anomaly detection tasks.
This function processes the raw model outputs for anomaly detection tasks, converting them into final anomaly score value.
| [in] | p_model_output | Pointer to model output structure nrf_edgeai_model_neuton_t |
| [out] | p_decoded_output | Pointer to decoded output structure nrf_edgeai_decoded_output_t |