Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
nrf_edgeai_input_init.h File Reference

Go to the source code of this file.

Functions

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.
 
nrf_edgeai_err_t nrf_edgeai_input_init_sliding_window (nrf_edgeai_input_t *p_input_ctx)
 Setup input context for sliding windowing.