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

◆ nrf_edgeai_input_feed_discrete_window_i8()

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.

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