![]() |
Edge AI Add-on API 2.2.0
|
| int8_t nrf_nn_axon_run_inference | ( | const nrf_nn_axon_model_t * | p_nn, |
| const int8_t * | p_input_features, | ||
| int8_t * | p_output_buffer ) |
#include <include/nrf_edgeai/nn/axon/nrf_nn_axon.h>
Run inference on an Axon NN model.
| [in] | p_nn | Pointer to initialized Axon NN model. |
| [in] | p_input_features | Pointer to input features to be used for inference. |
| [out] | p_output_buffer | Pointer to buffer where output will be stored. |