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

◆ nrf_edgeai_output_decode_anomaly_f32()

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.

Parameters
[in]p_model_outputPointer to model output structure nrf_edgeai_model_neuton_t
[out]p_decoded_outputPointer to decoded output structure nrf_edgeai_decoded_output_t
Note