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

Combines the compiled model info with other structures to support asynchronous inferencing. Users should not access these fields directly; they are managed by the driver. More...

#include <nrf_axon_nn_infer.h>

Data Fields

const nrf_axon_nn_compiled_model_scompiled_model
 
nrf_axon_cmd_buffer_info_s cmd_buf_info
 
nrf_axon_queued_cmd_info_wrapper_s queued_cmd_buf_wrapper
 
void(* inference_callback )(nrf_axon_result_e result, void *callback_context)
 
void * callback_context
 
int8_t * output_buffer
 
nrf_axon_nn_async_inference_status_e infer_status
 

Detailed Description

Combines the compiled model info with other structures to support asynchronous inferencing. Users should not access these fields directly; they are managed by the driver.


The documentation for this struct was generated from the following file: