Overview
An internal associated API, which 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
static Operator CreateOperator(const std::string &operator_name, const std::string &operator_type) static Operator CreateOperator(const char_t *const operator_name, const char_t *const operator_type) static graphStatus GetOpsTypeList(std::vector<std::string> &all_ops) static graphStatus GetOpsTypeList(std::vector<AscendString> &all_ops) static bool IsExistOp(const std::string &operator_type) static bool IsExistOp(const char_t *const operator_type)
Parent topic: OperatorFactory