-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Core] remove rewrite_graph.hpp #25853
Conversation
src/common/transformations/include/transformations/transpose_sinking/ts_binary.hpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#include "openvino/pass/node_registry.hpp" | ||
|
||
void ov::pass::NodeRegistry::clear() { | ||
m_nodes.clear(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's ok to keep in header. But ok
@@ -14,6 +14,7 @@ | |||
|
|||
#include "openvino/cc/pass/itt.hpp" | |||
#include "openvino/op/util/multi_subgraph_base.hpp" | |||
#include "openvino/pass/backward_graph_rewrite.hpp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets fix in next PR
Details:
Tickets: