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

◆ nrf_axon_nn_model_init_vars()

int nrf_axon_nn_model_init_vars ( const nrf_axon_nn_compiled_model_s * compiled_model)

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.

Parameters
[in]compiled_modelModel to operate on.
Return values
0on success or a negative error code.