![]() |
Edge AI Add-on API 2.2.0
|
| void(* nrf_edgeai_obsv_metric_s::clear) (void *priv) |
Resets accumulated counters without touching configuration.
Called by nrf_edgeai_obsv_reset() to zero counters while preserving any configuration set at registration time (e.g. the custom bin edges of the probability distribution metric). If NULL, the reset is a no-op for this metric (counters are not cleared).
| priv | Opaque per-instance storage pointer. |