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
9
#include <
nrf_edgeai/rt/nrf_edgeai_input_types.h
>
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
25
nrf_edgeai_err_t
nrf_edgeai_input_init_no_window
(
nrf_edgeai_input_t
* p_input_ctx);
26
36
nrf_edgeai_err_t
nrf_edgeai_input_init_discrete_window
(
nrf_edgeai_input_t
* p_input_ctx);
37
47
nrf_edgeai_err_t
nrf_edgeai_input_init_sliding_window
(
nrf_edgeai_input_t
* p_input_ctx);
48
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
/* _NRF_EDGEAI_PRIVATE_INTERFACES_INPUT_INIT_H_ */
nrf_edgeai_err_t
enum nrf_edgeai_err_e nrf_edgeai_err_t
Generic NRF EDGEAI operation status code.
nrf_edgeai_input_init_sliding_window
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_input_init_no_window
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_input_init_discrete_window
nrf_edgeai_err_t nrf_edgeai_input_init_discrete_window(nrf_edgeai_input_t *p_input_ctx)
Setup input context for discrete windowing.
nrf_edgeai_input_types.h
nrf_edgeai_input_s
Input features processing context for neural network.
Definition
nrf_edgeai_input_types.h:76
include
nrf_edgeai
rt
private
input
nrf_edgeai_input_init.h
Generated on Thu Jul 9 2026 11:59:51 for Edge AI Add-on API by
1.12.0