![]() |
Edge AI Add-on API 2.2.0
|
| 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.
| [in,out] | p_input_ctx | Pointer to the input context structure (nrf_edgeai_input_t). |