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

◆ nrf_nn_axon_run_inference()

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.

Parameters
[in]p_nnPointer to initialized Axon NN model.
[in]p_input_featuresPointer to input features to be used for inference.
[out]p_output_bufferPointer to buffer where output will be stored.
Returns
Operational status code nrf_axon_result_e