Skip to content

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli committed Sep 13, 2023
1 parent 2f12210 commit 2194cfd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <ngraph/ngraph.hpp>
#include "low_precision/layer_transformation.hpp"

namespace ngraph {
namespace ov {
namespace pass {
namespace low_precision {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <ngraph/ngraph.hpp>
#include "low_precision/layer_transformation.hpp"

namespace ngraph {
namespace ov {
namespace pass {
namespace low_precision {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "low_precision/network_helper.hpp"
#include "itt.hpp"

namespace ngraph {
namespace ov {
namespace pass {
namespace low_precision {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "low_precision/network_helper.hpp"
#include "itt.hpp"

namespace ngraph {
namespace ov {
namespace pass {
namespace low_precision {

Expand Down

0 comments on commit 2194cfd

Please sign in to comment.