![]() |
Edge AI Add-on API 2.2.0
|
| int8_t nrf_nn_axon_init_persistent_vars | ( | const nrf_nn_axon_model_t * | p_nn | ) |
#include <include/nrf_edgeai/nn/axon/nrf_nn_axon.h>
Initialize all the persistent var buffers in a streaming-style model (with VarHandle/ReadVariable/AssignVariable). Should be called at the start of each streaming session. Harmless to call for non-streaming style models.
| [in] | p_nn | Pointer to Axon NN model. |