Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
nrf_edgeai_run_inference.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 */
6#ifndef _NRF_EDGEAI_PRIVATE_INTERFACES_RUN_INFERENCE_H_
7#define _NRF_EDGEAI_PRIVATE_INTERFACES_RUN_INFERENCE_H_
8
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
23
45
48
51
60
70
80
81#ifdef __cplusplus
82}
83#endif
84
85#endif /* _NRF_EDGEAI_PRIVATE_INTERFACES_RUN_INFERENCE_H_ */
nrf_edgeai_err_t nrf_edgeai_run_inference_neuton_q8(nrf_edgeai_t *p_edgeai)
nrf_edgeai_err_t nrf_edgeai_run_inference_neuton_q16(nrf_edgeai_t *p_edgeai)
nrf_edgeai_err_t nrf_edgeai_run_inference_neuton_f32(nrf_edgeai_t *p_edgeai)
enum nrf_edgeai_err_e nrf_edgeai_err_t
Generic NRF EDGEAI operation status code.
nrf_edgeai_err_t nrf_edgeai_run_inference_axon_audiomels(nrf_edgeai_t *p_edgeai)
Run neural network inference for Axon model using specialized audio mel features pipeline.
nrf_edgeai_err_t nrf_edgeai_run_inference_axon(nrf_edgeai_t *p_edgeai)
Run neural network inference for Axon model.
nrf_edgeai_err_t nrf_edgeai_init_inference_axon(nrf_edgeai_t *p_edgeai)
Initialize Axon neural network inference engine.
nrf_edgeai_err_t nrf_edgeai_init_inference_neuton(nrf_edgeai_t *p_edgeai)
Initialize Neuton neural network inference engine.
Definition nrf_edgeai_types.h:141