Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches

Functions

uint16_t nrf_edgeai_model_neuton_neurons_num (const nrf_edgeai_t *p_edgeai)
 Get number of Neuton model neurons.
 
uint16_t nrf_edgeai_model_neuton_weights_num (const nrf_edgeai_t *p_edgeai)
 Get number of Neuton model weights.
 
nrf_edgeai_err_t nrf_edgeai_model_axon_init_persistent_vars (nrf_edgeai_t *p_edgeai)
 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).
 

Detailed Description