aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/helpers')
-rw-r--r--arm_compute/core/utils/helpers/bit_ops.h8
-rw-r--r--arm_compute/core/utils/helpers/fft.h6
-rw-r--r--arm_compute/core/utils/helpers/float_ops.h6
-rw-r--r--arm_compute/core/utils/helpers/tensor_info.h6
-rw-r--r--arm_compute/core/utils/helpers/tensor_transform.h8
5 files changed, 17 insertions, 17 deletions
diff --git a/arm_compute/core/utils/helpers/bit_ops.h b/arm_compute/core/utils/helpers/bit_ops.h
index fd27014a46..6dbca179e7 100644
--- a/arm_compute/core/utils/helpers/bit_ops.h
+++ b/arm_compute/core/utils/helpers/bit_ops.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_UTILS_HELPERS_BIT_OPS_H__
-#define __ARM_COMPUTE_UTILS_HELPERS_BIT_OPS_H__
+#ifndef ARM_COMPUTE_UTILS_HELPERS_BIT_OPS_H
+#define ARM_COMPUTE_UTILS_HELPERS_BIT_OPS_H
#include "arm_compute/core/utils/misc/Requires.h"
@@ -49,4 +49,4 @@ bool is_bit_set(T v, unsigned int idx)
} // namespace bit_ops
} // namespace helpers
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_UTILS_HELPERS_BIT_OPS_H__ */
+#endif /* ARM_COMPUTE_UTILS_HELPERS_BIT_OPS_H */
diff --git a/arm_compute/core/utils/helpers/fft.h b/arm_compute/core/utils/helpers/fft.h
index bd84a5c63d..b22bece73f 100644
--- a/arm_compute/core/utils/helpers/fft.h
+++ b/arm_compute/core/utils/helpers/fft.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_UTILS_HELPERS_FFT_H__
-#define __ARM_COMPUTE_UTILS_HELPERS_FFT_H__
+#ifndef ARM_COMPUTE_UTILS_HELPERS_FFT_H
+#define ARM_COMPUTE_UTILS_HELPERS_FFT_H
#include <set>
#include <vector>
@@ -52,4 +52,4 @@ std::vector<unsigned int> digit_reverse_indices(unsigned int N, const std::vecto
} // namespace fft
} // namespace helpers
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_UTILS_HELPERS_FFT_H__ */
+#endif /* ARM_COMPUTE_UTILS_HELPERS_FFT_H */
diff --git a/arm_compute/core/utils/helpers/float_ops.h b/arm_compute/core/utils/helpers/float_ops.h
index 9d164150f5..fceee2e3fe 100644
--- a/arm_compute/core/utils/helpers/float_ops.h
+++ b/arm_compute/core/utils/helpers/float_ops.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_UTILS_HELPERS_FLOAT_OPS_H__
-#define __ARM_COMPUTE_UTILS_HELPERS_FLOAT_OPS_H__
+#ifndef ARM_COMPUTE_UTILS_HELPERS_FLOAT_OPS_H
+#define ARM_COMPUTE_UTILS_HELPERS_FLOAT_OPS_H
namespace arm_compute
{
@@ -113,4 +113,4 @@ inline bool is_zero(float a, float epsilon = 0.00001f)
} // namespace float_ops
} // namespace helpers
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_UTILS_HELPERS_FLOAT_OPS_H__ */
+#endif /* ARM_COMPUTE_UTILS_HELPERS_FLOAT_OPS_H */
diff --git a/arm_compute/core/utils/helpers/tensor_info.h b/arm_compute/core/utils/helpers/tensor_info.h
index f23ad6e57e..da24e82f5a 100644
--- a/arm_compute/core/utils/helpers/tensor_info.h
+++ b/arm_compute/core/utils/helpers/tensor_info.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_UTILS_HELPERS_TENSOR_INFO_H__
-#define __ARM_COMPUTE_UTILS_HELPERS_TENSOR_INFO_H__
+#ifndef ARM_COMPUTE_UTILS_HELPERS_TENSOR_INFO_H
+#define ARM_COMPUTE_UTILS_HELPERS_TENSOR_INFO_H
#include "arm_compute/core/ITensorInfo.h"
@@ -54,4 +54,4 @@ inline bool tensors_have_different_quantization_info(const ITensorInfo *tensor_i
} // namespace tensor_info
} // namespace helpers
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_UTILS_HELPERS_TENSOR_INFO_H__ */
+#endif /* ARM_COMPUTE_UTILS_HELPERS_TENSOR_INFO_H */
diff --git a/arm_compute/core/utils/helpers/tensor_transform.h b/arm_compute/core/utils/helpers/tensor_transform.h
index aa359ad119..7e912a6f0a 100644
--- a/arm_compute/core/utils/helpers/tensor_transform.h
+++ b/arm_compute/core/utils/helpers/tensor_transform.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_UTILS_HELPERS_TENSOR_TRANSFORM_H__
-#define __ARM_COMPUTE_UTILS_HELPERS_TENSOR_TRANSFORM_H__
+#ifndef ARM_COMPUTE_UTILS_HELPERS_TENSOR_TRANSFORM_H
+#define ARM_COMPUTE_UTILS_HELPERS_TENSOR_TRANSFORM_H
#include "arm_compute/core/Types.h"
@@ -125,4 +125,4 @@ int32_t construct_slice_end_mask(Coordinates ends);
} // namespace tensor_tranform
} // namespace helpers
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_UTILS_HELPERS_TENSOR_TRANSFORM_H__ */
+#endif /* ARM_COMPUTE_UTILS_HELPERS_TENSOR_TRANSFORM_H */