![]() |
Edge AI Add-on API 2.2.0
|
| nrf_edgeai_err_t nrf_edgeai_model_axon_init_persistent_vars | ( | nrf_edgeai_t * | p_edgeai | ) |
#include <include/nrf_edgeai/rt/nrf_edgeai_runtime_aux.h>
Initialize persistent variable buffers for Axon model. Should be called at the start of each streaming session for streaming-style models, can be called separately if persistent vars need to be re-initialized without re-initializing the whole model (e.g. between streaming sessions).
| [in] | p_edgeai | Pointer to Edge AI Lab user context nrf_edgeai_t |