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

◆ nrf_edgeai_input_feed_sliding_window_i8()

nrf_edgeai_err_t nrf_edgeai_input_feed_sliding_window_i8 ( nrf_edgeai_input_t * p_input_ctx,
void * p_input_values,
uint16_t num_values )

Feed input data using sliding windowing.

These functions feed input data into the input context using a sliding window strategy, maintaining a moving window of recent input values. Masked variants allow selective feature feeding.

Parameters
[in,out]p_input_ctxPointer to the input context structure (nrf_edgeai_input_t).
[in]p_input_valuesPointer to the input values buffer.
[in]num_valuesNumber of input values to feed.
Note