struct ov_callback_t¶
Overview¶
Completion callback definition about the function and args. More…
#include <ov_infer_request.h>
struct ov_callback_t
{
// fields
void \* args;
// methods
void(OPENVINO_C_API_CALLBACK \* callback_func);
};
Detailed Documentation¶
Completion callback definition about the function and args.