![]() |
Edge AI Add-on API 2.2.0
|
| int nrf_edgeai_obsv_update_probs | ( | nrf_edgeai_obsv_ctx_t * | ctx, |
| const float * | probs ) |
#include <include/nrf_edgeai_obsv/nrf_edgeai_obsv.h>
Feed one inference result to all registered metrics.
| ctx | Initialized context. |
| probs | Array of model.num_classes class probabilities. |
ctx or probs is NULL.