Commit 6d2e04cd authored by Robert Kimball's avatar Robert Kimball

apply style

parent b3d93809
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#include "ngraph/except.hpp"
#include "all_close.hpp" #include "all_close.hpp"
#include "ngraph/except.hpp"
template <typename ET> template <typename ET>
bool ngraph::test::all_close( bool ngraph::test::all_close(
......
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "all_close.hpp"
#include "ngraph/autodiff/backprop_derivative.hpp" #include "ngraph/autodiff/backprop_derivative.hpp"
#include "ngraph/autodiff/backprop_function.hpp" #include "ngraph/autodiff/backprop_function.hpp"
#include "ngraph/autodiff/numeric_derivative.hpp" #include "ngraph/autodiff/numeric_derivative.hpp"
#include "ngraph/ngraph.hpp" #include "ngraph/ngraph.hpp"
#include "all_close.hpp"
#include "random.hpp" #include "random.hpp"
using namespace std; using namespace std;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment