Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanieck committed Jul 12, 2021
1 parent c2dd8f3 commit 8298c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ngraph/test/frontend/shared/include/op_fuzzy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ class FrontEndFuzzyOpTest : public ::testing::TestWithParam<FuzzyOpTestParam>

void doLoadFromFile();

void runConvertedModel(const std::shared_ptr<ngraph::Function> function, const std::string& model_file);
void runConvertedModel(const std::shared_ptr<ngraph::Function> function,
const std::string& model_file);
};
2 changes: 1 addition & 1 deletion ngraph/test/frontend/shared/src/op_fuzzy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

#include <cnpy.h>

#include "op_fuzzy.hpp"
#include "util/engine/test_engines.hpp"
#include "util/test_case.hpp"
#include "util/test_control.hpp"
#include "op_fuzzy.hpp"
#include "utils.hpp"

using namespace ngraph;
Expand Down

0 comments on commit 8298c90

Please sign in to comment.