Fix style.
This commit is contained in:
parent
c2dd8f3a0f
commit
8298c90104
@ -31,5 +31,6 @@ protected:
|
||||
|
||||
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);
|
||||
};
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user