Skip to content

Commit

Permalink
Remove ngraph/opsets API (openvinotoolkit#22390)
Browse files Browse the repository at this point in the history
  • Loading branch information
praasz authored Jan 28, 2024
1 parent 37ff715 commit 8922564
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <sstream>
#include <string>

#include "openvino/opsets/opset.hpp"
#include "openvino/pass/pattern/op/label.hpp"
#include "openvino/pass/pattern/op/or.hpp"
#include "openvino/pass/pattern/op/pattern.hpp"
Expand Down
25 changes: 0 additions & 25 deletions src/core/include/ngraph/opsets/opset3.hpp

This file was deleted.

12 changes: 0 additions & 12 deletions src/core/include/ngraph/opsets/opset3_tbl.hpp

This file was deleted.

1 change: 0 additions & 1 deletion src/core/src/opsets/opset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#include "itt.hpp"
#include "openvino/op/ops.hpp"
#include "openvino/opsets/opset.hpp"
#include "openvino/util/log.hpp"

ov::OpSet::OpSet(const std::string& name) : m_name(name) {}
Expand Down

0 comments on commit 8922564

Please sign in to comment.