Skip to content

Commit

Permalink
fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
itikhono committed Sep 22, 2023
1 parent 42e963c commit c849962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//

#include "shared_test_classes/single_op/embedding_bag_offsets_sum.hpp"
#include "ngraph_functions/builders.hpp"
#include "ov_models/builders.hpp"

namespace ov {
namespace test {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//

#include "shared_test_classes/single_op/embedding_bag_packed_sum.hpp"
#include "ngraph_functions/builders.hpp"
#include "ov_models/builders.hpp"

namespace ov {
namespace test {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//

#include "shared_test_classes/single_op/embedding_segments_sum.hpp"
#include "ngraph_functions/builders.hpp"
#include "ov_models/builders.hpp"


namespace ov {
Expand Down

0 comments on commit c849962

Please sign in to comment.