Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
ONNX importer isn't part of ngraph core dll. (#3757)
Browse files Browse the repository at this point in the history
  • Loading branch information
diyessi authored Oct 10, 2019
1 parent 28e3100 commit a68a3fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ngraph/frontend/onnx_import/core/null_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ namespace ngraph
class NullNode : public ngraph::Node
{
public:
NGRAPH_API
static const std::string type_name;
const std::string& description() const override { return type_name; }
NullNode() = default;
Expand Down

0 comments on commit a68a3fa

Please sign in to comment.