Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
nrf_edgeai_input_init.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_INPUT_INIT_H_
7#define _NRF_EDGEAI_PRIVATE_INTERFACES_INPUT_INIT_H_
8
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
26
37
48
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* _NRF_EDGEAI_PRIVATE_INTERFACES_INPUT_INIT_H_ */
enum nrf_edgeai_err_e nrf_edgeai_err_t
Generic NRF EDGEAI operation status code.
nrf_edgeai_err_t nrf_edgeai_input_init_sliding_window(nrf_edgeai_input_t *p_input_ctx)
Setup input context for sliding windowing.
nrf_edgeai_err_t nrf_edgeai_input_init_no_window(nrf_edgeai_input_t *p_input_ctx)
Setup input context for models without windowing.
nrf_edgeai_err_t nrf_edgeai_input_init_discrete_window(nrf_edgeai_input_t *p_input_ctx)
Setup input context for discrete windowing.
Input features processing context for neural network.
Definition nrf_edgeai_input_types.h:76