Overview

Registers the operator verifyFunc function. This API is referenced by other header files and is not directly called by operator developers.

Header Files to Be Included

1
#include <graph/operator_factory.h>

Public Member Functions

VerifyFuncRegister(const std::string &operator_type, const VerifyFunc &verify_func)
VerifyFuncRegister(const char_t *const operator_type, const VerifyFunc &verify_func)
~VerifyFuncRegister() = default