Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches

◆ 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.

Initializes the input context for models that do not use any windowing strategy. This setup is suitable for models that process single input vectors without temporal context.

Parameters
[in,out]p_input_ctxPointer to the input context structure (nrf_edgeai_input_t).
Returns
nRF Edge AI operation status code nrf_edgeai_err_t