Struct ov_callback_t#

struct ov_callback_t#

Completion callback definition about the function and args.

Public Functions

void (OPENVINO_C_API_CALLBACK *callback_func)(void *args)

The callback func.

Public Members

void *args#

The args of callback func.