From f4643379c5f210d552ee3e8395f831ff5c168de7 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Fri, 29 Nov 2019 16:17:13 +0000 Subject: COMPMID-2826 Comply with DCL51-CPP Rename all header guards to be compliant with DCL51-CPP Change-Id: I47b09375bb1b8d39d80c275ce69a3f25fb385d75 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/2393 Comments-Addressed: Arm Jenkins Reviewed-by: Michele Di Giorgio Tested-by: Arm Jenkins --- arm_compute/graph/frontend/ILayer.h | 8 ++++---- arm_compute/graph/frontend/IStream.h | 8 ++++---- arm_compute/graph/frontend/IStreamOperators.h | 8 ++++---- arm_compute/graph/frontend/Layers.h | 6 +++--- arm_compute/graph/frontend/Stream.h | 8 ++++---- arm_compute/graph/frontend/SubStream.h | 8 ++++---- arm_compute/graph/frontend/Types.h | 8 ++++---- 7 files changed, 27 insertions(+), 27 deletions(-) (limited to 'arm_compute/graph/frontend') 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 -- cgit v1.2.1