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

◆ NRF_EDGEAI_DECLARE_INPUT_FEED_INTERFACE

#define NRF_EDGEAI_DECLARE_INPUT_FEED_INTERFACE ( interface_name)
Value:
nrf_edgeai_err_t nrf_edgeai_input_feed_##interface_name(nrf_edgeai_input_t* p_input_ctx, \
void* p_input_values, \
uint16_t num_values)
enum nrf_edgeai_err_e nrf_edgeai_err_t
Generic NRF EDGEAI operation status code.
Input features processing context for neural network.
Definition nrf_edgeai_input_types.h:76

Macro to declare input feeding interface functions for various windowing and data types.

All declared functions have the following prototype:

nrf_edgeai_err_t nrf_edgeai_input_feed_<mode>(nrf_edgeai_input_t* p_input_ctx,
void* p_input_values,
uint16_t num_values);

where <mode> specifies the windowing/data type strategy.