Commit 26669ae8 authored by Adam Rogowiec's avatar Adam Rogowiec Committed by Scott Cyphers

Fix included headers grouping. (#2111)

- All "<>" and all \"\" are in two separate groups.
parent b92ebb6b
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <onnx-ml.pb.h> #include <onnx-ml.pb.h>
#include "ngraph/except.hpp" #include "ngraph/except.hpp"
#include "tensor.hpp" #include "tensor.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,14 +16,12 @@ ...@@ -16,14 +16,12 @@
#pragma once #pragma once
#include <onnx-ml.pb.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <onnx-ml.pb.h>
#include "ngraph/parameter_vector.hpp"
#include "model.hpp" #include "model.hpp"
#include "ngraph/parameter_vector.hpp"
#include "operator_set.hpp" #include "operator_set.hpp"
#include "value_info.hpp" #include "value_info.hpp"
#include "weight.hpp" #include "weight.hpp"
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#pragma once #pragma once
#include <onnx-ml.pb.h> #include <onnx-ml.pb.h>
#include <ostream> #include <ostream>
#include <string> #include <string>
#include <unordered_map> #include <unordered_map>
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include <unordered_map> #include <unordered_map>
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "node.hpp" #include "node.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include <vector>
#include <onnx-ml.pb.h> #include <onnx-ml.pb.h>
#include <vector>
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "ngraph/type/element_type.hpp" #include "ngraph/type/element_type.hpp"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "ngraph/parameter_vector.hpp" #include "ngraph/parameter_vector.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "ngraph/type/element_type.hpp" #include "ngraph/type/element_type.hpp"
#include "node.hpp" #include "node.hpp"
#include "tensor.hpp" #include "tensor.hpp"
#include "weight.hpp" #include "weight.hpp"
......
...@@ -16,12 +16,10 @@ ...@@ -16,12 +16,10 @@
#include <fstream> #include <fstream>
#include "ngraph/except.hpp"
#include "core/graph.hpp" #include "core/graph.hpp"
#include "core/model.hpp" #include "core/model.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/except.hpp"
#include "onnx.hpp" #include "onnx.hpp"
#include "ops_bridge.hpp" #include "ops_bridge.hpp"
......
...@@ -19,10 +19,9 @@ ...@@ -19,10 +19,9 @@
#include <iostream> #include <iostream>
#include <string> #include <string>
#include "ngraph/function.hpp"
#include "core/operator_set.hpp" #include "core/operator_set.hpp"
#include "core/weight.hpp" #include "core/weight.hpp"
#include "ngraph/function.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/abs.hpp" #include "ngraph/op/abs.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/acos.hpp" #include "ngraph/op/acos.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/and.hpp" #include "ngraph/op/and.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/asin.hpp" #include "ngraph/op/asin.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/atan.hpp" #include "ngraph/op/atan.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/avg_pool.hpp" #include "ngraph/op/avg_pool.hpp"
#include "utils/convpool.hpp" #include "utils/convpool.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -17,11 +17,10 @@ ...@@ -17,11 +17,10 @@
#include <cstdint> #include <cstdint>
#include <memory> #include <memory>
#include "ngraph/node_vector.hpp"
#include "ngraph/op/batch_norm.hpp"
#include "ngraph/frontend/onnx_import/exceptions.hpp" #include "ngraph/frontend/onnx_import/exceptions.hpp"
#include "ngraph/frontend/onnx_import/op/batch_norm.hpp" #include "ngraph/frontend/onnx_import/op/batch_norm.hpp"
#include "ngraph/node_vector.hpp"
#include "ngraph/op/batch_norm.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -15,14 +15,12 @@ ...@@ -15,14 +15,12 @@
//***************************************************************************** //*****************************************************************************
#include <memory> #include <memory>
#include <onnx-ml.pb.h> #include <onnx-ml.pb.h>
#include "ngraph/op/convert.hpp"
#include "ngraph/type/element_type.hpp"
#include "cast.hpp" #include "cast.hpp"
#include "exceptions.hpp" #include "exceptions.hpp"
#include "ngraph/op/convert.hpp"
#include "ngraph/type/element_type.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/ceiling.hpp" #include "ngraph/op/ceiling.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -17,17 +17,14 @@ ...@@ -17,17 +17,14 @@
#include <limits> #include <limits>
#include <memory> #include <memory>
#include "clip.hpp"
#include "core/node.hpp"
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/maximum.hpp" #include "ngraph/op/maximum.hpp"
#include "ngraph/op/minimum.hpp" #include "ngraph/op/minimum.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
#include "clip.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
//***************************************************************************** //*****************************************************************************
#include "concat.hpp" #include "concat.hpp"
#include "ngraph/op/concat.hpp" #include "ngraph/op/concat.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -18,18 +18,16 @@ ...@@ -18,18 +18,16 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#include "op/conv.hpp" #include "ngraph/frontend/onnx_import/exceptions.hpp"
#include "ngraph/frontend/onnx_import/op/conv.hpp"
#include "ngraph/frontend/onnx_import/utils/broadcasting.hpp"
#include "ngraph/frontend/onnx_import/utils/convpool.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/broadcast.hpp" #include "ngraph/op/broadcast.hpp"
#include "ngraph/op/concat.hpp" #include "ngraph/op/concat.hpp"
#include "ngraph/op/convolution.hpp" #include "ngraph/op/convolution.hpp"
#include "ngraph/op/slice.hpp" #include "ngraph/op/slice.hpp"
#include "op/conv.hpp"
#include "ngraph/frontend/onnx_import/exceptions.hpp"
#include "ngraph/frontend/onnx_import/op/conv.hpp"
#include "ngraph/frontend/onnx_import/utils/broadcasting.hpp"
#include "ngraph/frontend/onnx_import/utils/convpool.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/cos.hpp" #include "ngraph/op/cos.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/divide.hpp" #include "ngraph/op/divide.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <vector> #include <vector>
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/broadcast.hpp" #include "ngraph/op/broadcast.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
...@@ -27,7 +26,6 @@ ...@@ -27,7 +26,6 @@
#include "ngraph/op/minimum.hpp" #include "ngraph/op/minimum.hpp"
#include "ngraph/op/multiply.hpp" #include "ngraph/op/multiply.hpp"
#include "ngraph/op/subtract.hpp" #include "ngraph/op/subtract.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
#include "elu.hpp" #include "elu.hpp"
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/equal.hpp" #include "ngraph/op/equal.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/exp.hpp" #include "ngraph/op/exp.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
//***************************************************************************** //*****************************************************************************
#include "flatten.hpp" #include "flatten.hpp"
#include "exceptions.hpp" #include "exceptions.hpp"
#include "utils/reshape.hpp" #include "utils/reshape.hpp"
......
...@@ -18,9 +18,8 @@ ...@@ -18,9 +18,8 @@
#include <memory> #include <memory>
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/floor.hpp" #include "ngraph/op/floor.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -15,17 +15,15 @@ ...@@ -15,17 +15,15 @@
//***************************************************************************** //*****************************************************************************
#include "op/gemm.hpp" #include "op/gemm.hpp"
#include "ngraph/frontend/onnx_import/exceptions.hpp"
#include "ngraph/frontend/onnx_import/utils/broadcasting.hpp"
#include "ngraph/frontend/onnx_import/utils/reshape.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/broadcast.hpp" #include "ngraph/op/broadcast.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/dot.hpp" #include "ngraph/op/dot.hpp"
#include "ngraph/op/multiply.hpp" #include "ngraph/op/multiply.hpp"
#include "ngraph/frontend/onnx_import/exceptions.hpp"
#include "ngraph/frontend/onnx_import/utils/broadcasting.hpp"
#include "ngraph/frontend/onnx_import/utils/reshape.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -18,9 +18,8 @@ ...@@ -18,9 +18,8 @@
#include <memory> #include <memory>
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/avg_pool.hpp" #include "ngraph/op/avg_pool.hpp"
#include "utils/convpool.hpp" #include "utils/convpool.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/max_pool.hpp" #include "ngraph/op/max_pool.hpp"
#include "utils/convpool.hpp" #include "utils/convpool.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/greater.hpp" #include "ngraph/op/greater.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,19 +16,16 @@ ...@@ -16,19 +16,16 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "hard_sigmoid.hpp"
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/maximum.hpp" #include "ngraph/op/maximum.hpp"
#include "ngraph/op/minimum.hpp" #include "ngraph/op/minimum.hpp"
#include "ngraph/op/multiply.hpp" #include "ngraph/op/multiply.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
#include "hard_sigmoid.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,21 +16,18 @@ ...@@ -16,21 +16,18 @@
#include <memory> #include <memory>
#include "exceptions.hpp"
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/shape.hpp"
#include "ngraph/op/broadcast.hpp" #include "ngraph/op/broadcast.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/maximum.hpp" #include "ngraph/op/maximum.hpp"
#include "ngraph/op/multiply.hpp" #include "ngraph/op/multiply.hpp"
#include "ngraph/shape.hpp"
#include "exceptions.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "utils/broadcasting.hpp"
#include "leaky_relu.hpp" #include "leaky_relu.hpp"
#include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/less.hpp" #include "ngraph/op/less.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/log.hpp" #include "ngraph/op/log.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -18,13 +18,12 @@ ...@@ -18,13 +18,12 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/frontend/onnx_import/op/softmax.hpp"
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/log.hpp" #include "ngraph/op/log.hpp"
#include "core/node.hpp"
#include "ngraph/frontend/onnx_import/op/softmax.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#include <memory> #include <memory>
#include "ngraph/op/lrn.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "lrn.hpp" #include "lrn.hpp"
#include "ngraph/op/lrn.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
#include <unordered_map> #include <unordered_map>
#include <vector> #include <vector>
#include "exceptions.hpp"
#include "lstm.hpp"
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/concat.hpp" #include "ngraph/op/concat.hpp"
...@@ -34,9 +36,6 @@ ...@@ -34,9 +36,6 @@
#include "ngraph/op/tanh.hpp" #include "ngraph/op/tanh.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "ngraph/type/element_type.hpp" #include "ngraph/type/element_type.hpp"
#include "exceptions.hpp"
#include "lstm.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
#include "utils/common.hpp" #include "utils/common.hpp"
#include "utils/reshape.hpp" #include "utils/reshape.hpp"
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#include "exceptions.hpp"
#include "matmul.hpp"
#include "ngraph/coordinate.hpp" #include "ngraph/coordinate.hpp"
#include "ngraph/log.hpp" #include "ngraph/log.hpp"
#include "ngraph/op/concat.hpp" #include "ngraph/op/concat.hpp"
...@@ -26,9 +28,6 @@ ...@@ -26,9 +28,6 @@
#include "ngraph/op/reshape.hpp" #include "ngraph/op/reshape.hpp"
#include "ngraph/op/slice.hpp" #include "ngraph/op/slice.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "exceptions.hpp"
#include "matmul.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
#include "utils/reshape.hpp" #include "utils/reshape.hpp"
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/maximum.hpp" #include "ngraph/op/maximum.hpp"
#include "core/node.hpp"
#include "utils/variadic.hpp" #include "utils/variadic.hpp"
namespace ngraph namespace ngraph
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include "ngraph/op/max_pool.hpp" #include "ngraph/op/max_pool.hpp"
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "utils/convpool.hpp" #include "utils/convpool.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -14,11 +14,10 @@ ...@@ -14,11 +14,10 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
#include "mean.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/divide.hpp" #include "ngraph/op/divide.hpp"
#include "mean.hpp"
#include "utils/variadic.hpp" #include "utils/variadic.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/minimum.hpp" #include "ngraph/op/minimum.hpp"
#include "core/node.hpp"
#include "utils/variadic.hpp" #include "utils/variadic.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,11 +16,10 @@ ...@@ -16,11 +16,10 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/broadcast.hpp" #include "ngraph/op/broadcast.hpp"
#include "ngraph/op/multiply.hpp" #include "ngraph/op/multiply.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,11 +16,10 @@ ...@@ -16,11 +16,10 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/negative.hpp" #include "ngraph/op/negative.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/not.hpp" #include "ngraph/op/not.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/or.hpp" #include "ngraph/op/or.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/power.hpp" #include "ngraph/op/power.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include <iterator> #include <iterator>
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
...@@ -28,8 +29,6 @@ ...@@ -28,8 +29,6 @@
#include "ngraph/op/less.hpp" #include "ngraph/op/less.hpp"
#include "ngraph/op/multiply.hpp" #include "ngraph/op/multiply.hpp"
#include "ngraph/op/reshape.hpp" #include "ngraph/op/reshape.hpp"
#include "core/node.hpp"
#include "prelu.hpp" #include "prelu.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/divide.hpp" #include "ngraph/op/divide.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
#include "reciprocal.hpp" #include "reciprocal.hpp"
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/divide.hpp" #include "ngraph/op/divide.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "reduce.hpp" #include "reduce.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/abs.hpp" #include "ngraph/op/abs.hpp"
#include "ngraph/op/exp.hpp" #include "ngraph/op/exp.hpp"
...@@ -28,8 +29,6 @@ ...@@ -28,8 +29,6 @@
#include "ngraph/op/product.hpp" #include "ngraph/op/product.hpp"
#include "ngraph/op/sqrt.hpp" #include "ngraph/op/sqrt.hpp"
#include "ngraph/op/sum.hpp" #include "ngraph/op/sum.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
#include "utils/reduction.hpp" #include "utils/reduction.hpp"
......
...@@ -16,11 +16,10 @@ ...@@ -16,11 +16,10 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/relu.hpp" #include "ngraph/op/relu.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -18,12 +18,11 @@ ...@@ -18,12 +18,11 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#include "exceptions.hpp"
#include "ngraph/axis_vector.hpp" #include "ngraph/axis_vector.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/reshape.hpp" #include "ngraph/op/reshape.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "exceptions.hpp"
#include "reshape.hpp" #include "reshape.hpp"
#include "utils/reshape.hpp" #include "utils/reshape.hpp"
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -17,10 +17,9 @@ ...@@ -17,10 +17,9 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#include "core/node.hpp"
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/shape.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/broadcast.hpp" #include "ngraph/op/broadcast.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
...@@ -29,11 +28,9 @@ ...@@ -29,11 +28,9 @@
#include "ngraph/op/minimum.hpp" #include "ngraph/op/minimum.hpp"
#include "ngraph/op/multiply.hpp" #include "ngraph/op/multiply.hpp"
#include "ngraph/op/subtract.hpp" #include "ngraph/op/subtract.hpp"
#include "ngraph/shape.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp"
#include "selu.hpp" #include "selu.hpp"
#include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -17,11 +17,10 @@ ...@@ -17,11 +17,10 @@
#include <memory> #include <memory>
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/op/constant.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "ngraph/type/element_type.hpp" #include "ngraph/type/element_type.hpp"
#include "ngraph/op/constant.hpp"
#include "shape.hpp" #include "shape.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/sigmoid.hpp" #include "ngraph/op/sigmoid.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/sin.hpp" #include "ngraph/op/sin.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/op/slice.hpp" #include "ngraph/op/slice.hpp"
#include "slice.hpp" #include "slice.hpp"
#include "utils/common.hpp" #include "utils/common.hpp"
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#include <numeric> #include <numeric>
#include "ngraph/op/softmax.hpp"
#include "exceptions.hpp" #include "exceptions.hpp"
#include "ngraph/op/softmax.hpp"
#include "softmax.hpp" #include "softmax.hpp"
namespace ngraph namespace ngraph
......
...@@ -17,12 +17,10 @@ ...@@ -17,12 +17,10 @@
#include <memory> #include <memory>
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/exp.hpp" #include "ngraph/op/exp.hpp"
#include "ngraph/op/log.hpp" #include "ngraph/op/log.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
#include "softplus.hpp" #include "softplus.hpp"
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/divide.hpp" #include "ngraph/op/divide.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
#include "softsign.hpp" #include "softsign.hpp"
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "ngraph/frontend/onnx_import/core/node.hpp" #include "ngraph/frontend/onnx_import/core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/sqrt.hpp" #include "ngraph/op/sqrt.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -21,11 +21,10 @@ ...@@ -21,11 +21,10 @@
#include <set> #include <set>
#include <vector> #include <vector>
#include "exceptions.hpp"
#include "ngraph/axis_vector.hpp" #include "ngraph/axis_vector.hpp"
#include "ngraph/op/reshape.hpp" #include "ngraph/op/reshape.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "exceptions.hpp"
#include "squeeze.hpp" #include "squeeze.hpp"
#include "utils/reshape.hpp" #include "utils/reshape.hpp"
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#pragma once #pragma once
#include "ngraph/node_vector.hpp"
#include "core/node.hpp" #include "core/node.hpp"
#include "ngraph/node_vector.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/subtract.hpp" #include "ngraph/op/subtract.hpp"
#include "core/node.hpp"
#include "utils/broadcasting.hpp" #include "utils/broadcasting.hpp"
namespace ngraph namespace ngraph
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
#pragma once #pragma once
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "core/node.hpp"
#include "utils/variadic.hpp" #include "utils/variadic.hpp"
namespace ngraph namespace ngraph
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/tan.hpp" #include "ngraph/op/tan.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
#include <memory> #include <memory>
#include "core/node.hpp"
#include "ngraph/node_vector.hpp" #include "ngraph/node_vector.hpp"
#include "ngraph/op/tanh.hpp" #include "ngraph/op/tanh.hpp"
#include "core/node.hpp"
namespace ngraph namespace ngraph
{ {
namespace onnx_import namespace onnx_import
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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