![]() |
Edge AI Add-on API 2.2.0
|
| 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.
| [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. |