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

ONNX importer isn't part of ngraph core dll. (#3757)

parent 28e31004
...@@ -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 const std::string type_name; static const std::string type_name;
const std::string& description() const override { return type_name; } const std::string& description() const override { return type_name; }
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