![]() |
Edge AI Add-on API 2.2.0
|
| 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.
| [in] | compiled_model | Model to operate on. |
| 0 | on success or a negative error code. |