COMPMID-2826 Comply with DCL51-CPP

Rename all header guards to be compliant with DCL51-CPP

Change-Id: I47b09375bb1b8d39d80c275ce69a3f25fb385d75
Signed-off-by: Michalis Spyrou <micspy01@e123758.cambridge.arm.com>
Reviewed-on: https://review.mlplatform.org/c/2393
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
diff --git a/arm_compute/runtime/CPP/CPPFunctions.h b/arm_compute/runtime/CPP/CPPFunctions.h
index 743929f..b78436c 100644
--- a/arm_compute/runtime/CPP/CPPFunctions.h
+++ b/arm_compute/runtime/CPP/CPPFunctions.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_CPPFUNCTIONS_H__
-#define __ARM_COMPUTE_CPPFUNCTIONS_H__
+#ifndef ARM_COMPUTE_CPPFUNCTIONS_H
+#define ARM_COMPUTE_CPPFUNCTIONS_H
 
 /* Header regrouping all the CPP functions */
 #include "arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h"
@@ -33,4 +33,4 @@
 #include "arm_compute/runtime/CPP/functions/CPPTopKV.h"
 #include "arm_compute/runtime/CPP/functions/CPPUpsample.h"
 
-#endif /* __ARM_COMPUTE_CPPFUNCTIONS_H__ */
+#endif /* ARM_COMPUTE_CPPFUNCTIONS_H */
diff --git a/arm_compute/runtime/CPP/CPPScheduler.h b/arm_compute/runtime/CPP/CPPScheduler.h
index 69cd25f..c8de41b 100644
--- a/arm_compute/runtime/CPP/CPPScheduler.h
+++ b/arm_compute/runtime/CPP/CPPScheduler.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_CPPSCHEDULER_H__
-#define __ARM_COMPUTE_CPPSCHEDULER_H__
+#ifndef ARM_COMPUTE_CPPSCHEDULER_H
+#define ARM_COMPUTE_CPPSCHEDULER_H
 
 #include "arm_compute/runtime/IScheduler.h"
 
@@ -78,4 +78,4 @@
     std::unique_ptr<Impl> _impl;
 };
 } // namespace arm_compute
-#endif /* __ARM_COMPUTE_CPPSCHEDULER_H__ */
+#endif /* ARM_COMPUTE_CPPSCHEDULER_H */
diff --git a/arm_compute/runtime/CPP/ICPPSimpleFunction.h b/arm_compute/runtime/CPP/ICPPSimpleFunction.h
index d1bd232..999e436 100644
--- a/arm_compute/runtime/CPP/ICPPSimpleFunction.h
+++ b/arm_compute/runtime/CPP/ICPPSimpleFunction.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-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_ICPPSIMPLEFUNCTION_H__
-#define __ARM_COMPUTE_ICPPSIMPLEFUNCTION_H__
+#ifndef ARM_COMPUTE_ICPPSIMPLEFUNCTION_H
+#define ARM_COMPUTE_ICPPSIMPLEFUNCTION_H
 
 #include "arm_compute/core/CPP/ICPPKernel.h"
 #include "arm_compute/runtime/IFunction.h"
@@ -45,4 +45,4 @@
     std::unique_ptr<ICPPKernel> _kernel; /**< Kernel to run */
 };
 } // namespace arm_compute
-#endif /*__ARM_COMPUTE_ICPPSIMPLEFUNCTION_H__ */
+#endif /*ARM_COMPUTE_ICPPSIMPLEFUNCTION_H */
diff --git a/arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h b/arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h
index dc23d42..171f5e6 100644
--- a/arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h
+++ b/arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.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_CPPBOXWITHNONMAXIMASUPPRESSIONLIMIT_H__
-#define __ARM_COMPUTE_CPPBOXWITHNONMAXIMASUPPRESSIONLIMIT_H__
+#ifndef ARM_COMPUTE_CPPBOXWITHNONMAXIMASUPPRESSIONLIMIT_H
+#define ARM_COMPUTE_CPPBOXWITHNONMAXIMASUPPRESSIONLIMIT_H
 
 #include "arm_compute/core/CPP/kernels/CPPBoxWithNonMaximaSuppressionLimitKernel.h"
 #include "arm_compute/core/Types.h"
@@ -113,4 +113,4 @@
     bool _is_qasymm8;
 };
 } // namespace arm_compute
-#endif /* __ARM_COMPUTE_CPPBOXWITHNONMAXIMASUPPRESSIONLIMIT_H__ */
+#endif /* ARM_COMPUTE_CPPBOXWITHNONMAXIMASUPPRESSIONLIMIT_H */
diff --git a/arm_compute/runtime/CPP/functions/CPPDetectionOutputLayer.h b/arm_compute/runtime/CPP/functions/CPPDetectionOutputLayer.h
index 4e1b8f2..5717201 100644
--- a/arm_compute/runtime/CPP/functions/CPPDetectionOutputLayer.h
+++ b/arm_compute/runtime/CPP/functions/CPPDetectionOutputLayer.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_CPP_DETECTION_OUTPUT_LAYER_H__
-#define __ARM_COMPUTE_CPP_DETECTION_OUTPUT_LAYER_H__
+#ifndef ARM_COMPUTE_CPP_DETECTION_OUTPUT_LAYER_H
+#define ARM_COMPUTE_CPP_DETECTION_OUTPUT_LAYER_H
 
 #include "arm_compute/runtime/CPP/ICPPSimpleFunction.h"
 
@@ -90,4 +90,4 @@
     std::vector<std::map<int, std::vector<int>>> _all_indices;
 };
 } // namespace arm_compute
-#endif /* __ARM_COMPUTE_CPP_DETECTION_OUTPUT_LAYER_H__ */
+#endif /* ARM_COMPUTE_CPP_DETECTION_OUTPUT_LAYER_H */
diff --git a/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h b/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h
index 64568e8..44ebf9d 100644
--- a/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.h
+++ b/arm_compute/runtime/CPP/functions/CPPDetectionPostProcessLayer.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_CPP_DETECTION_POSTPROCESS_H__
-#define __ARM_COMPUTE_CPP_DETECTION_POSTPROCESS_H__
+#ifndef ARM_COMPUTE_CPP_DETECTION_POSTPROCESS_H
+#define ARM_COMPUTE_CPP_DETECTION_POSTPROCESS_H
 
 #include "arm_compute/runtime/CPP/ICPPSimpleFunction.h"
 
@@ -112,4 +112,4 @@
     const ITensor *_input_scores_to_use;
 };
 } // namespace arm_compute
-#endif /* __ARM_COMPUTE_CPP_DETECTION_POSTPROCESS_H__ */
+#endif /* ARM_COMPUTE_CPP_DETECTION_POSTPROCESS_H */
diff --git a/arm_compute/runtime/CPP/functions/CPPNonMaximumSuppression.h b/arm_compute/runtime/CPP/functions/CPPNonMaximumSuppression.h
index dfb3a81..4ad2fd0 100644
--- a/arm_compute/runtime/CPP/functions/CPPNonMaximumSuppression.h
+++ b/arm_compute/runtime/CPP/functions/CPPNonMaximumSuppression.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_CPP_NONMAXIMUMSUPPRESSION_LAYER_H__
-#define __ARM_COMPUTE_CPP_NONMAXIMUMSUPPRESSION_LAYER_H__
+#ifndef ARM_COMPUTE_CPP_NONMAXIMUMSUPPRESSION_LAYER_H
+#define ARM_COMPUTE_CPP_NONMAXIMUMSUPPRESSION_LAYER_H
 
 #include "arm_compute/runtime/CPP/ICPPSimpleFunction.h"
 
@@ -64,4 +64,4 @@
                            const float score_threshold, const float nms_threshold);
 };
 } // namespace arm_compute
-#endif /* __ARM_COMPUTE_CPP_NONMAXIMUMSUPPRESSION_LAYER_H__ */
+#endif /* ARM_COMPUTE_CPP_NONMAXIMUMSUPPRESSION_LAYER_H */
diff --git a/arm_compute/runtime/CPP/functions/CPPPermute.h b/arm_compute/runtime/CPP/functions/CPPPermute.h
index 40d6830..1b604e4 100644
--- a/arm_compute/runtime/CPP/functions/CPPPermute.h
+++ b/arm_compute/runtime/CPP/functions/CPPPermute.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-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_CPPPERMUTE_H__
-#define __ARM_COMPUTE_CPPPERMUTE_H__
+#ifndef ARM_COMPUTE_CPPPERMUTE_H
+#define ARM_COMPUTE_CPPPERMUTE_H
 
 #include "arm_compute/runtime/CPP/ICPPSimpleFunction.h"
 
@@ -54,4 +54,4 @@
     static Status validate(const ITensorInfo *input, const ITensorInfo *output, const PermutationVector &perm);
 };
 }
-#endif /* __ARM_COMPUTE_CPPPERMUTE_H__ */
+#endif /* ARM_COMPUTE_CPPPERMUTE_H */
diff --git a/arm_compute/runtime/CPP/functions/CPPTopKV.h b/arm_compute/runtime/CPP/functions/CPPTopKV.h
index 10917be..d41b7d3 100644
--- a/arm_compute/runtime/CPP/functions/CPPTopKV.h
+++ b/arm_compute/runtime/CPP/functions/CPPTopKV.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_CPPTOPKV_H__
-#define __ARM_COMPUTE_CPPTOPKV_H__
+#ifndef ARM_COMPUTE_CPPTOPKV_H
+#define ARM_COMPUTE_CPPTOPKV_H
 
 #include "arm_compute/runtime/CPP/ICPPSimpleFunction.h"
 
@@ -57,4 +57,4 @@
     static Status validate(const ITensorInfo *predictions, const ITensorInfo *targets, ITensorInfo *output, const unsigned int k);
 };
 } // namespace arm_compute
-#endif /* __ARM_COMPUTE_CPPTOPKV_H__ */
+#endif /* ARM_COMPUTE_CPPTOPKV_H */
diff --git a/arm_compute/runtime/CPP/functions/CPPUpsample.h b/arm_compute/runtime/CPP/functions/CPPUpsample.h
index 13f8755..4f74e51 100644
--- a/arm_compute/runtime/CPP/functions/CPPUpsample.h
+++ b/arm_compute/runtime/CPP/functions/CPPUpsample.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_CPPUPSAMPLE_H__
-#define __ARM_COMPUTE_CPPUPSAMPLE_H__
+#ifndef ARM_COMPUTE_CPPUPSAMPLE_H
+#define ARM_COMPUTE_CPPUPSAMPLE_H
 
 #include "arm_compute/runtime/CPP/ICPPSimpleFunction.h"
 
@@ -45,4 +45,4 @@
     void configure(const ITensor *input, ITensor *output, const PadStrideInfo &info);
 };
 }
-#endif /* __ARM_COMPUTE_CPPUPSAMPLE_H__ */
+#endif /* ARM_COMPUTE_CPPUPSAMPLE_H */