Search Docs
K
D-Robotics Official Website
中文
English
D-Robotics Official Website
中文
English
Menu
On This Page
#
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.
On This Page