aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/frontend')
-rw-r--r--arm_compute/graph/frontend/ILayer.h8
-rw-r--r--arm_compute/graph/frontend/IStream.h8
-rw-r--r--arm_compute/graph/frontend/IStreamOperators.h8
-rw-r--r--arm_compute/graph/frontend/Layers.h6
-rw-r--r--arm_compute/graph/frontend/Stream.h8
-rw-r--r--arm_compute/graph/frontend/SubStream.h8
-rw-r--r--arm_compute/graph/frontend/Types.h8
7 files changed, 27 insertions, 27 deletions
diff --git a/arm_compute/graph/frontend/ILayer.h b/arm_compute/graph/frontend/ILayer.h
index f7caaea47d..30652a7406 100644
--- a/arm_compute/graph/frontend/ILayer.h
+++ b/arm_compute/graph/frontend/ILayer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GRAPH_ILAYER_H__
-#define __ARM_COMPUTE_GRAPH_ILAYER_H__
+#ifndef ARM_COMPUTE_GRAPH_ILAYER_H
+#define ARM_COMPUTE_GRAPH_ILAYER_H
namespace arm_compute
{
@@ -72,4 +72,4 @@ private:
} // namespace frontend
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GRAPH_ILAYER_H__ */
+#endif /* ARM_COMPUTE_GRAPH_ILAYER_H */
diff --git a/arm_compute/graph/frontend/IStream.h b/arm_compute/graph/frontend/IStream.h
index 13995f9cf9..e155bbc725 100644
--- a/arm_compute/graph/frontend/IStream.h
+++ b/arm_compute/graph/frontend/IStream.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GRAPH_ISTREAM_H__
-#define __ARM_COMPUTE_GRAPH_ISTREAM_H__
+#ifndef ARM_COMPUTE_GRAPH_ISTREAM_H
+#define ARM_COMPUTE_GRAPH_ISTREAM_H
#include "arm_compute/graph/frontend/Types.h"
@@ -90,4 +90,4 @@ protected:
} // namespace frontend
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GRAPH_ISTREAM_H__ */
+#endif /* ARM_COMPUTE_GRAPH_ISTREAM_H */
diff --git a/arm_compute/graph/frontend/IStreamOperators.h b/arm_compute/graph/frontend/IStreamOperators.h
index 4d680f9a0e..8e2ca41c4e 100644
--- a/arm_compute/graph/frontend/IStreamOperators.h
+++ b/arm_compute/graph/frontend/IStreamOperators.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GRAPH_ISTREAM_OPERATORS_H__
-#define __ARM_COMPUTE_GRAPH_ISTREAM_OPERATORS_H__
+#ifndef ARM_COMPUTE_GRAPH_ISTREAM_OPERATORS_H
+#define ARM_COMPUTE_GRAPH_ISTREAM_OPERATORS_H
#include "arm_compute/graph/frontend/IStream.h"
#include "arm_compute/graph/frontend/Types.h"
@@ -111,4 +111,4 @@ inline IStream &operator<<(IStream &s, FastMathHint fast_math_hint)
} // namespace frontend
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GRAPH_ISTREAM_OPERATORS_H__ */
+#endif /* ARM_COMPUTE_GRAPH_ISTREAM_OPERATORS_H */
diff --git a/arm_compute/graph/frontend/Layers.h b/arm_compute/graph/frontend/Layers.h
index 61cd83c107..ec69350f86 100644
--- a/arm_compute/graph/frontend/Layers.h
+++ b/arm_compute/graph/frontend/Layers.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GRAPH_LAYERS_H__
-#define __ARM_COMPUTE_GRAPH_LAYERS_H__
+#ifndef ARM_COMPUTE_GRAPH_LAYERS_H
+#define ARM_COMPUTE_GRAPH_LAYERS_H
#include "arm_compute/graph/GraphBuilder.h"
#include "arm_compute/graph/Types.h"
@@ -1275,4 +1275,4 @@ private:
} // namespace frontend
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GRAPH_LAYERS_H__ */
+#endif /* ARM_COMPUTE_GRAPH_LAYERS_H */
diff --git a/arm_compute/graph/frontend/Stream.h b/arm_compute/graph/frontend/Stream.h
index 9d51016178..1d9fc1ac35 100644
--- a/arm_compute/graph/frontend/Stream.h
+++ b/arm_compute/graph/frontend/Stream.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GRAPH_STREAM_H__
-#define __ARM_COMPUTE_GRAPH_STREAM_H__
+#ifndef ARM_COMPUTE_GRAPH_STREAM_H
+#define ARM_COMPUTE_GRAPH_STREAM_H
#include "arm_compute/graph/frontend/IStream.h"
#include "arm_compute/graph/frontend/IStreamOperators.h"
@@ -83,4 +83,4 @@ private:
} // namespace frontend
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GRAPH_STREAM_H__ */
+#endif /* ARM_COMPUTE_GRAPH_STREAM_H */
diff --git a/arm_compute/graph/frontend/SubStream.h b/arm_compute/graph/frontend/SubStream.h
index b75953482e..3df737997e 100644
--- a/arm_compute/graph/frontend/SubStream.h
+++ b/arm_compute/graph/frontend/SubStream.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GRAPH_SUB_STREAM_H__
-#define __ARM_COMPUTE_GRAPH_SUB_STREAM_H__
+#ifndef ARM_COMPUTE_GRAPH_SUB_STREAM_H
+#define ARM_COMPUTE_GRAPH_SUB_STREAM_H
#include "arm_compute/graph/frontend/IStream.h"
#include "arm_compute/graph/frontend/IStreamOperators.h"
@@ -64,4 +64,4 @@ private:
} // namespace frontend
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GRAPH_SUB_STREAM_H__ */
+#endif /* ARM_COMPUTE_GRAPH_SUB_STREAM_H */
diff --git a/arm_compute/graph/frontend/Types.h b/arm_compute/graph/frontend/Types.h
index 79ce52e8d1..741412d8f2 100644
--- a/arm_compute/graph/frontend/Types.h
+++ b/arm_compute/graph/frontend/Types.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GRAPH_STREAM_TYPES_H__
-#define __ARM_COMPUTE_GRAPH_STREAM_TYPES_H__
+#ifndef ARM_COMPUTE_GRAPH_STREAM_TYPES_H
+#define ARM_COMPUTE_GRAPH_STREAM_TYPES_H
#include "arm_compute/graph/Types.h"
@@ -68,4 +68,4 @@ struct StreamHints
} // namespace frontend
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GRAPH_STREAM_TYPES_H__ */ \ No newline at end of file
+#endif /* ARM_COMPUTE_GRAPH_STREAM_TYPES_H */ \ No newline at end of file