Overview
Registers an operator prototype. This API is referenced by other header files. Therefore, it is not directly called by operator developers.
Header Files to Be Included
1 | #include <graph/operator_factory.h> |
Public Member Functions
OperatorCreatorRegister(const std::string &operator_type, OpCreator const &op_creator) OperatorCreatorRegister(const char_t *const operator_type, OpCreatorV2 const &op_creator) ~OperatorCreatorRegister() = default
Parent topic: OperatorCreatorRegister