![]() |
Edge AI Add-on API 2.2.0
|
| int nrf_edgeai_obsv_update_features | ( | nrf_edgeai_obsv_ctx_t * | ctx, |
| const float * | feats, | ||
| uint16_t | n ) |
#include <include/nrf_edgeai_obsv/nrf_edgeai_obsv.h>
Feed one extracted-feature vector to all FEATURES-source metrics.
Routes feats only to metrics registered with NRF_EDGEAI_OBSV_SOURCE_FEATURES. Does not advance the inference counter; an inference is counted when its output is fed via nrf_edgeai_obsv_update_probs.
| ctx | Initialized context. |
| feats | Array of n feature values. |
| n | Number of entries in feats. |
ctx or feats is NULL.