![]() |
Edge AI Add-on API 2.2.0
|
| #define NRF_EDGEAI_OBSV_PD_STORAGE_BYTES | ( | n_classes | ) |
#include <include/nrf_edgeai_obsv/nrf_edgeai_obsv_metrics.h>
Minimum byte size of a probability distribution storage buffer for n_classes classes.
Use with nrf_edgeai_obsv_metric_pd_create to size a caller-supplied buffer. The buffer must be aligned to at least sizeof(uint32_t) bytes.