Unverified Commit 870ef868 authored by Pavel Rodionov's avatar Pavel Rodionov Committed by GitHub

Update includes in reference runtime headers (#4464)

* Update includes in reference runtime

Add additional headers to reference runtime files to make them self-sufficient

* style
Co-authored-by: 's avatarRobert Kimball <robert.kimball@intel.com>
Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
parent 9cdbf129
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include "ngraph/runtime/reference/divide.hpp" #include "ngraph/runtime/reference/divide.hpp"
#include "ngraph/runtime/reference/multiply.hpp" #include "ngraph/runtime/reference/multiply.hpp"
#include "ngraph/runtime/reference/sum.hpp" #include "ngraph/runtime/reference/sum.hpp"
#include "ngraph/shape.hpp"
#include "ngraph/util.hpp" #include "ngraph/util.hpp"
namespace ngraph namespace ngraph
......
...@@ -17,6 +17,9 @@ ...@@ -17,6 +17,9 @@
#pragma once #pragma once
#include <cmath> #include <cmath>
#include <map>
#include <utility>
#include <vector>
#include "ngraph/coordinate_transform.hpp" #include "ngraph/coordinate_transform.hpp"
#include "ngraph/type/bfloat16.hpp" #include "ngraph/type/bfloat16.hpp"
......
...@@ -20,6 +20,11 @@ ...@@ -20,6 +20,11 @@
#include <stdexcept> #include <stdexcept>
#include <type_traits> #include <type_traits>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
#include "ngraph/type/bfloat16.hpp"
#include "ngraph/type/float16.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
#pragma once #pragma once
#include <cmath> #include <cmath>
#include <map>
#include <vector>
#include "ngraph/coordinate_transform.hpp" #include "ngraph/coordinate_transform.hpp"
#include "ngraph/runtime/reference/sum.hpp" #include "ngraph/runtime/reference/sum.hpp"
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <cstddef> #include <cstddef>
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/shape.hpp"
namespace ngraph namespace ngraph
{ {
namespace runtime namespace runtime
......
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