15#ifndef _NRF_EDGEAI_RUNTIME_AUX_H_
16#define _NRF_EDGEAI_RUNTIME_AUX_H_
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 streamin...
uint16_t nrf_edgeai_model_neuton_neurons_num(const nrf_edgeai_t *p_edgeai)
Get number of Neuton model neurons.
enum nrf_edgeai_err_e nrf_edgeai_err_t
Generic NRF EDGEAI operation status code.
Definition nrf_edgeai_types.h:141