![]() |
Edge AI Add-on API 2.2.0
|
| nrf_edgeai_err_t nrf_edgeai_input_init_discrete_window | ( | nrf_edgeai_input_t * | p_input_ctx | ) |
Setup input context for discrete windowing.
Initializes the input context for models that use discrete windowing, where each window is processed independently.
| [in,out] | p_input_ctx | Pointer to the input context structure (nrf_edgeai_input_t). |