Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cv committed Aug 22, 2024
1 parent b500c13 commit 9869f36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
#include "openvino/op/transpose.hpp"
#include "openvino/op/util/binary_elementwise_arithmetic.hpp"
#include "openvino/op/util/pad_base.hpp"
#include "openvino/pass/backward_graph_rewrite.hpp"
#include "openvino/pass/manager.hpp"
#include "openvino/pass/pattern/op/or.hpp"
#include "openvino/pass/pattern/op/wrap_type.hpp"
#include "openvino/pass/backward_graph_rewrite.hpp"
#include "openvino/util/log.hpp"
#include "transformations/utils/utils.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
#include "openvino/pass/pattern/op/optional.hpp"
#include "openvino/pass/pattern/op/or.hpp"
#include "openvino/pass/pattern/op/wrap_type.hpp"
#include "openvino/pass/backward_graph_rewrite.hpp"
#include "transformations/common_optimizations/mark_precision_sensitive_shapeof_subgraphs.hpp"
#include "transformations/convert_precision.hpp"
#include "transformations/rt_info/disable_fp16_compression.hpp"
#include "transformations/utils/utils.hpp"
#include "openvino/pass/backward_graph_rewrite.hpp"

using namespace std;

Expand Down
4 changes: 2 additions & 2 deletions src/core/src/pass/graph_rewrite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

#include "openvino/cc/pass/itt.hpp"
#include "openvino/op/util/multi_subgraph_base.hpp"
#include "openvino/pass/backward_graph_rewrite.hpp"
#include "openvino/pass/pattern/op/wrap_type.hpp"
#include "openvino/util/log.hpp"
#include "openvino/pass/backward_graph_rewrite.hpp"
#include "perf_counters.hpp"

/* GraphRewrite algorithm:
Expand Down Expand Up @@ -66,7 +66,7 @@ PerfCounters& perf_counters_graph_rewrite() {

#endif // ENABLE_PROFILING_ITT
std::shared_ptr<ov::pass::MatcherPass> ov::pass::GraphRewrite::add_matcher(
const std::shared_ptr<ov::pass::MatcherPass>& pass) {
const std::shared_ptr<ov::pass::MatcherPass>& pass) {
auto pass_config = get_pass_config();
pass->set_pass_config(pass_config);
m_matchers.push_back(pass);
Expand Down

0 comments on commit 9869f36

Please sign in to comment.