![]() |
Edge AI Add-on API 2.2.0
|
| nrf_edgeai_err_t nrf_edgeai_input_feed_discrete_window_i8 | ( | nrf_edgeai_input_t * | p_input_ctx, |
| void * | p_input_values, | ||
| uint16_t | num_values ) |
Feed input data using discrete windowing.
These functions feed input data into the input context using a discrete windowing strategy, where each window is processed independently. Masked variants allow selective feature feeding.
| [in,out] | p_input_ctx | Pointer to the input context structure (nrf_edgeai_input_t). |
| [in] | p_input_values | Pointer to the input values buffer. |
| [in] | num_values | Number of input values to feed. |