![]() |
Edge AI Add-on API 2.2.0
|
| nrf_edgeai_err_t nrf_edgeai_input_init_sliding_window | ( | nrf_edgeai_input_t * | p_input_ctx | ) |
Setup input context for sliding windowing.
Initializes the input context for models that use a sliding window strategy, maintaining a moving window of recent input values.
| [in,out] | p_input_ctx | Pointer to the input context structure (nrf_edgeai_input_t). |