Overview
The APIs provided by the OpLibRegister class are internal associated APIs. Currently, the class provides the registration function for the custom operator dynamic library so that the custom operator project framework can register specified initialization functions. You do not need to pay attention to these APIs.
Header Files to Be Included
1 | #include <register/op_lib_register.h> |
Public Member Functions
explicit OpLibRegister(const char_t *vendor_name) OpLibRegister(OpLibRegister &&other) noexcept OpLibRegister(const OpLibRegister &other) OpLibRegister &operator=(const OpLibRegister &) = delete OpLibRegister &operator=(OpLibRegister &&) = delete ~OpLibRegister() OpLibRegister &RegOpLibInit(OpLibInitFunc func)
Parent topic: OpLibRegister