Unverified Commit f1f85448 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

NullNode isn't part of npgraph core library (#3758)

parent d0dd4d6c
...@@ -36,7 +36,6 @@ namespace ngraph ...@@ -36,7 +36,6 @@ namespace ngraph
class NullNode : public ngraph::Node class NullNode : public ngraph::Node
{ {
public: public:
NGRAPH_API
static constexpr NodeTypeInfo type_info{"NullNode", 0}; static constexpr NodeTypeInfo type_info{"NullNode", 0};
const NodeTypeInfo& get_type_info() const override { return type_info; } const NodeTypeInfo& get_type_info() const override { return type_info; }
NullNode() = default; NullNode() = default;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment