![]() |
Edge AI Add-on API 2.2.0
|
#include <include/nrf_edgeai_obsv/nrf_edgeai_obsv_metrics.h>
Data stream a metric consumes.
An observability context carries more than one stream: the model output (class-probability vector) and, optionally, the extracted input features fed to the model. Each metric declares which stream it consumes via nrf_edgeai_obsv_metric_s::source, and the core routes an update only to metrics whose source matches the fed stream. Probabilities are fed with nrf_edgeai_obsv_update_probs; features with nrf_edgeai_obsv_update_features.