Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
nrf_edgeai_runtime_aux.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
15#ifndef _NRF_EDGEAI_RUNTIME_AUX_H_
16#define _NRF_EDGEAI_RUNTIME_AUX_H_
17
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
30
37
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* _NRF_EDGEAI_RUNTIME_AUX_H_ */
54
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