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

◆ nrf_edgeai_input_feed_no_window()

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

Feed input data without windowing.

These functions feed input data directly into the input context without applying any windowing. They are suitable for models that process single vectors or do not require temporal context.

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