Callback Function Type

typedef void (*xlm_callback_t)(xlm_result_t *result, xlm_state_t state, void *userdata);
  • Inference result callback function. It returns the inference results and status, and is registered when the initialization interface is called.