Class ngraph::OpSet¶
-
class OpSet : public ov::OpSet¶
Run-time opset information.
Public Functions
-
inline void insert(const std::string &name, const NodeTypeInfo &type_info, FactoryRegistry<Node>::Factory factory)¶
Insert an op into the opset with a particular name and factory.
-
template<typename OP_TYPE>
inline void insert(const std::string &name)¶ Insert OP_TYPE into the opset with a special name and the default factory.
-
template<typename OP_TYPE>
inline void insert()¶ Insert OP_TYPE into the opset with the default name and factory.
-
inline void insert(const std::string &name, const NodeTypeInfo &type_info, FactoryRegistry<Node>::Factory factory)¶