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