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.
Fields¶
void \* args
The args of callback func.
Methods¶
void(OPENVINO_C_API_CALLBACK \* callback_func)
The callback func.