Unverified Commit 16906283 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Merge pull request #3416 from NervanaSystems/aprocter/s-barannikov-unused_includes

Remove not-directly-used includes
parents 977ced99 d73545c2
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "ngraph/util.hpp" #include "ngraph/util.hpp"
#include <memory> #include <memory>
#include <numeric>
#include <sstream> #include <sstream>
using namespace std; using namespace std;
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include "ngraph/op/slice.hpp" #include "ngraph/op/slice.hpp"
#include "ngraph/op/util/attr_types.hpp" #include "ngraph/op/util/attr_types.hpp"
#include "ngraph/op/util/broadcasting.hpp" #include "ngraph/op/util/broadcasting.hpp"
#include "op/conv.hpp"
namespace ngraph namespace ngraph
{ {
......
...@@ -24,10 +24,8 @@ ...@@ -24,10 +24,8 @@
#include "ngraph/op/negative.hpp" #include "ngraph/op/negative.hpp"
#include "ngraph/op/sqrt.hpp" #include "ngraph/op/sqrt.hpp"
#include "ngraph/op/subtract.hpp" #include "ngraph/op/subtract.hpp"
#include "ngraph/shape.hpp"
#include <string> #include <string>
#include <vector>
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
//***************************************************************************** //*****************************************************************************
#include "ngraph/op/avg_pool.hpp" #include "ngraph/op/avg_pool.hpp"
#include "ngraph/util.hpp"
#include "ngraph/validation_util.hpp" #include "ngraph/validation_util.hpp"
using namespace std; using namespace std;
......
...@@ -14,11 +14,9 @@ ...@@ -14,11 +14,9 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
#include <set>
#include <sstream> #include <sstream>
#include "ngraph/op/batch_norm.hpp" #include "ngraph/op/batch_norm.hpp"
#include "ngraph/op/constant.hpp"
#include "ngraph/op/get_output_element.hpp" #include "ngraph/op/get_output_element.hpp"
#include "ngraph/validation_util.hpp" #include "ngraph/validation_util.hpp"
......
...@@ -14,11 +14,9 @@ ...@@ -14,11 +14,9 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
#include <numeric> #include "ngraph/op/convolution.hpp"
#include "ngraph/axis_vector.hpp" #include "ngraph/axis_vector.hpp"
#include "ngraph/coordinate_diff.hpp" #include "ngraph/coordinate_diff.hpp"
#include "ngraph/op/convolution.hpp"
#include "ngraph/op/reshape.hpp" #include "ngraph/op/reshape.hpp"
#include "ngraph/op/reverse.hpp" #include "ngraph/op/reverse.hpp"
#include "ngraph/util.hpp" #include "ngraph/util.hpp"
......
...@@ -16,14 +16,11 @@ ...@@ -16,14 +16,11 @@
#include <functional> #include <functional>
#include <memory> #include <memory>
#include <utility>
#include "ngraph/axis_vector.hpp" #include "ngraph/axis_vector.hpp"
#include "ngraph/op/broadcast.hpp" #include "ngraph/op/broadcast.hpp"
#include "ngraph/op/dot.hpp" #include "ngraph/op/dot.hpp"
#include "ngraph/op/multiply.hpp"
#include "ngraph/op/reshape.hpp" #include "ngraph/op/reshape.hpp"
#include "ngraph/op/sum.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
using namespace std; using namespace std;
......
...@@ -17,9 +17,7 @@ ...@@ -17,9 +17,7 @@
#include "batch_mat_mul.hpp" #include "batch_mat_mul.hpp"
#include "ngraph/dimension.hpp" #include "ngraph/dimension.hpp"
#include "ngraph/log.hpp" #include "ngraph/log.hpp"
#include "ngraph/op/experimental/dyn_reshape.hpp"
#include "ngraph/op/reshape.hpp" #include "ngraph/op/reshape.hpp"
#include "ngraph/util.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include "ngraph/graph_util.hpp" #include "ngraph/graph_util.hpp"
#include "ngraph/log.hpp" #include "ngraph/log.hpp"
#include "ngraph/util.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include "ngraph/op/experimental/dyn_broadcast.hpp" #include "ngraph/op/experimental/dyn_broadcast.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/sum.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include <algorithm> #include <algorithm>
#include <iostream> #include <iostream>
#include "ngraph/function.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/experimental/dyn_reshape.hpp" #include "ngraph/op/experimental/dyn_reshape.hpp"
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
#include "detection_output.hpp" #include "detection_output.hpp"
#include "ngraph/op/constant.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
#include "reorg_yolo.hpp" #include "reorg_yolo.hpp"
#include "ngraph/op/constant.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
//***************************************************************************** //*****************************************************************************
#include "quantized_avg_pool.hpp" #include "quantized_avg_pool.hpp"
#include "ngraph/op/constant.hpp"
#include "ngraph/util.hpp" #include "ngraph/util.hpp"
using namespace std; using namespace std;
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include <memory> #include <memory>
#include "ngraph/op/concat.hpp" #include "ngraph/op/concat.hpp"
#include "ngraph/op/slice.hpp"
#include "quantized_concat.hpp" #include "quantized_concat.hpp"
using namespace std; using namespace std;
......
...@@ -14,15 +14,10 @@ ...@@ -14,15 +14,10 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
#include <numeric>
#include "quantized_conv_bias.hpp" #include "quantized_conv_bias.hpp"
#include "ngraph/op/constant.hpp"
#include "ngraph/op/convolution.hpp" #include "ngraph/op/convolution.hpp"
#include "ngraph/op/get_output_element.hpp" #include "ngraph/op/get_output_element.hpp"
#include "ngraph/util.hpp"
#include "ngraph/validation_util.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -14,14 +14,9 @@ ...@@ -14,14 +14,9 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
#include <numeric>
#include "ngraph/op/constant.hpp"
#include "ngraph/op/convolution.hpp"
#include "ngraph/op/experimental/quantized_conv_relu.hpp" #include "ngraph/op/experimental/quantized_conv_relu.hpp"
#include "ngraph/op/convolution.hpp"
#include "ngraph/op/get_output_element.hpp" #include "ngraph/op/get_output_element.hpp"
#include "ngraph/util.hpp"
#include "ngraph/validation_util.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
//***************************************************************************** //*****************************************************************************
#include <functional> #include <functional>
#include <memory>
#include <utility>
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "quantized_dot.hpp" #include "quantized_dot.hpp"
......
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
//***************************************************************************** //*****************************************************************************
#include <functional> #include <functional>
#include <memory>
#include <utility>
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "quantized_dot_bias.hpp" #include "quantized_dot_bias.hpp"
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include "quantized_max_pool.hpp" #include "quantized_max_pool.hpp"
#include "ngraph/function.hpp" #include "ngraph/function.hpp"
#include "ngraph/op/constant.hpp"
#include "ngraph/util.hpp" #include "ngraph/util.hpp"
using namespace std; using namespace std;
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
//***************************************************************************** //*****************************************************************************
#include "ngraph/op/experimental/shape_of.hpp" #include "ngraph/op/experimental/shape_of.hpp"
#include "ngraph/op/constant.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
#include <numeric>
#include "conv_fused.hpp" #include "conv_fused.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
...@@ -24,7 +22,6 @@ ...@@ -24,7 +22,6 @@
#include "ngraph/op/get_output_element.hpp" #include "ngraph/op/get_output_element.hpp"
#include "ngraph/op/relu.hpp" #include "ngraph/op/relu.hpp"
#include "ngraph/op/sum.hpp" #include "ngraph/op/sum.hpp"
#include "ngraph/util.hpp"
#include "ngraph/validation_util.hpp" #include "ngraph/validation_util.hpp"
using namespace std; using namespace std;
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
#include <cstddef> #include <cstddef>
#include <cstdint>
#include <memory> #include <memory>
#include "depth_to_space.hpp" #include "depth_to_space.hpp"
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include "ngraph/builder/make_constant.hpp" #include "ngraph/builder/make_constant.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/constant.hpp"
#include "ngraph/op/exp.hpp" #include "ngraph/op/exp.hpp"
#include "ngraph/op/maximum.hpp" #include "ngraph/op/maximum.hpp"
#include "ngraph/op/minimum.hpp" #include "ngraph/op/minimum.hpp"
......
...@@ -18,11 +18,9 @@ ...@@ -18,11 +18,9 @@
#include <cmath> #include <cmath>
#include "ngraph/builder/make_constant.hpp" #include "ngraph/builder/make_constant.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/constant.hpp"
#include "ngraph/op/divide.hpp" #include "ngraph/op/divide.hpp"
#include "ngraph/op/erf.hpp" #include "ngraph/op/erf.hpp"
#include "ngraph/op/multiply.hpp" #include "ngraph/op/multiply.hpp"
#include "ngraph/op/subtract.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#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 "ngraph/util.hpp"
#include "ngraph/validation_util.hpp" #include "ngraph/validation_util.hpp"
using namespace std; using namespace std;
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include "ngraph/op/convolution.hpp" #include "ngraph/op/convolution.hpp"
#include "ngraph/op/fused/group_conv_transpose.hpp" #include "ngraph/op/fused/group_conv_transpose.hpp"
#include "ngraph/op/slice.hpp" #include "ngraph/op/slice.hpp"
#include "ngraph/util.hpp"
#include "ngraph/validation_util.hpp" #include "ngraph/validation_util.hpp"
using namespace std; using namespace std;
......
...@@ -14,19 +14,16 @@ ...@@ -14,19 +14,16 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
#include <algorithm>
#include <cmath> #include <cmath>
#include <functional> #include <functional>
#include "ngraph/builder/reshape.hpp" #include "ngraph/builder/reshape.hpp"
#include "ngraph/builder/split.hpp" #include "ngraph/builder/split.hpp"
#include "ngraph/op/add.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/dot.hpp" #include "ngraph/op/dot.hpp"
#include "ngraph/op/fused/gru_cell.hpp" #include "ngraph/op/fused/gru_cell.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "ngraph/type/element_type.hpp" #include "ngraph/type/element_type.hpp"
#include "ngraph/util.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
#include <algorithm>
#include <cmath> #include <cmath>
#include <functional> #include <functional>
...@@ -26,7 +25,6 @@ ...@@ -26,7 +25,6 @@
#include "ngraph/op/fused/lstm_cell.hpp" #include "ngraph/op/fused/lstm_cell.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "ngraph/type/element_type.hpp" #include "ngraph/type/element_type.hpp"
#include "ngraph/util.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -22,9 +22,7 @@ ...@@ -22,9 +22,7 @@
#include "ngraph/op/greater.hpp" #include "ngraph/op/greater.hpp"
#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/util/broadcasting.hpp" #include "ngraph/op/util/broadcasting.hpp"
#include "ngraph/util.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
#include <algorithm>
#include <cmath> #include <cmath>
#include <functional> #include <functional>
...@@ -26,7 +25,6 @@ ...@@ -26,7 +25,6 @@
#include "ngraph/op/fused/rnn_cell.hpp" #include "ngraph/op/fused/rnn_cell.hpp"
#include "ngraph/shape.hpp" #include "ngraph/shape.hpp"
#include "ngraph/type/element_type.hpp" #include "ngraph/type/element_type.hpp"
#include "ngraph/util.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include "ngraph/op/fused/shuffle_channels.hpp" #include "ngraph/op/fused/shuffle_channels.hpp"
#include "ngraph/builder/reshape.hpp" #include "ngraph/builder/reshape.hpp"
#include "ngraph/op/reshape.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
#include <cstddef> #include <cstddef>
#include <cstdint>
#include <memory> #include <memory>
#include "ngraph/builder/reshape.hpp" #include "ngraph/builder/reshape.hpp"
......
...@@ -15,10 +15,8 @@ ...@@ -15,10 +15,8 @@
//***************************************************************************** //*****************************************************************************
#include <cstddef> #include <cstddef>
#include <functional> #include <functional>
#include <iterator>
#include <set> #include <set>
#include "ngraph/builder/make_constant.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/fused/squeeze.hpp" #include "ngraph/op/fused/squeeze.hpp"
#include "ngraph/op/reshape.hpp" #include "ngraph/op/reshape.hpp"
......
...@@ -15,10 +15,8 @@ ...@@ -15,10 +15,8 @@
//***************************************************************************** //*****************************************************************************
#include <cstddef> #include <cstddef>
#include <functional> #include <functional>
#include <iterator>
#include <set> #include <set>
#include "ngraph/builder/make_constant.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/fused/unsqueeze.hpp" #include "ngraph/op/fused/unsqueeze.hpp"
#include "ngraph/op/reshape.hpp" #include "ngraph/op/reshape.hpp"
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
//***************************************************************************** //*****************************************************************************
#include "ngraph/op/lrn.hpp" #include "ngraph/op/lrn.hpp"
#include "ngraph/op/multiply.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -15,11 +15,8 @@ ...@@ -15,11 +15,8 @@
//***************************************************************************** //*****************************************************************************
#include "ngraph/op/max_pool.hpp" #include "ngraph/op/max_pool.hpp"
#include "ngraph/function.hpp"
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/greater.hpp"
#include "ngraph/util.hpp"
#include "ngraph/validation_util.hpp" #include "ngraph/validation_util.hpp"
using namespace std; using namespace std;
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
//***************************************************************************** //*****************************************************************************
#include "ngraph/op/one_hot.hpp" #include "ngraph/op/one_hot.hpp"
#include "ngraph/op/sum.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include "ngraph/op/pad.hpp" #include "ngraph/op/pad.hpp"
#include "ngraph/op/broadcast.hpp" #include "ngraph/op/broadcast.hpp"
#include "ngraph/util.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -15,10 +15,7 @@ ...@@ -15,10 +15,7 @@
//***************************************************************************** //*****************************************************************************
#include "quantized_convolution.hpp" #include "quantized_convolution.hpp"
#include <numeric>
#include "ngraph/coordinate_diff.hpp" #include "ngraph/coordinate_diff.hpp"
#include "ngraph/op/convolution.hpp"
#include "ngraph/util.hpp"
#include "ngraph/validation_util.hpp" #include "ngraph/validation_util.hpp"
using namespace std; using namespace std;
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <iostream> #include <iostream>
#include "ngraph/function.hpp" #include "ngraph/function.hpp"
#include "ngraph/graph_util.hpp"
#include "ngraph/op/reshape.hpp" #include "ngraph/op/reshape.hpp"
using namespace std; using namespace std;
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
#include <algorithm> #include <algorithm>
#include <memory> #include <memory>
#include <typeindex>
#include <typeinfo>
#include "ngraph/node.hpp" #include "ngraph/node.hpp"
#include "ngraph/op/reverse_sequence.hpp" #include "ngraph/op/reverse_sequence.hpp"
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include <memory> #include <memory>
#include "ngraph/log.hpp" #include "ngraph/log.hpp"
#include "ngraph/op/constant.hpp"
#include "ngraph/op/convert.hpp" #include "ngraph/op/convert.hpp"
#include "ngraph/op/multiply.hpp" #include "ngraph/op/multiply.hpp"
#include "ngraph/op/not.hpp" #include "ngraph/op/not.hpp"
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include "ngraph/op/softmax.hpp" #include "ngraph/op/softmax.hpp"
#include <algorithm> #include <algorithm>
#include <numeric>
#include "ngraph/builder/autobroadcast.hpp" #include "ngraph/builder/autobroadcast.hpp"
#include "ngraph/op/multiply.hpp" #include "ngraph/op/multiply.hpp"
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include "ngraph/op/stop_gradient.hpp" #include "ngraph/op/stop_gradient.hpp"
#include "ngraph/op/broadcast.hpp" #include "ngraph/op/broadcast.hpp"
#include "ngraph/op/constant.hpp"
using namespace std; using namespace std;
using namespace ngraph; using namespace ngraph;
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include <cmath> #include <cmath>
#include <functional> #include <functional>
#include <iterator>
#include <memory> #include <memory>
#include <unordered_map> #include <unordered_map>
......
...@@ -18,10 +18,7 @@ ...@@ -18,10 +18,7 @@
#include <iterator> #include <iterator>
#include "ngraph/op/add.hpp" #include "ngraph/op/add.hpp"
#include "ngraph/op/constant.hpp"
#include "ngraph/op/fused/clamp.hpp" #include "ngraph/op/fused/clamp.hpp"
#include "ngraph/op/maximum.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/op/util/broadcasting.hpp" #include "ngraph/op/util/broadcasting.hpp"
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
//***************************************************************************** //*****************************************************************************
#include <memory> #include <memory>
#include <numeric>
#include <set> #include <set>
#include "algebraic_simplification.hpp" #include "algebraic_simplification.hpp"
...@@ -28,7 +27,6 @@ ...@@ -28,7 +27,6 @@
#include "ngraph/op/constant.hpp" #include "ngraph/op/constant.hpp"
#include "ngraph/op/divide.hpp" #include "ngraph/op/divide.hpp"
#include "ngraph/op/exp.hpp" #include "ngraph/op/exp.hpp"
#include "ngraph/op/get_output_element.hpp"
#include "ngraph/op/log.hpp" #include "ngraph/op/log.hpp"
#include "ngraph/op/multiply.hpp" #include "ngraph/op/multiply.hpp"
#include "ngraph/op/product.hpp" #include "ngraph/op/product.hpp"
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
#include "cpu_collapse_dims.hpp" #include "cpu_collapse_dims.hpp"
#include <algorithm> #include <algorithm>
#include <iostream>
#include <numeric>
#include <unordered_set>
#include "ngraph/graph_util.hpp" #include "ngraph/graph_util.hpp"
#include "ngraph/log.hpp" #include "ngraph/log.hpp"
#include "ngraph/op/broadcast.hpp" #include "ngraph/op/broadcast.hpp"
......
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