aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEROIAlignLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEROIAlignLayer.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEROIAlignLayer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEROIAlignLayer.h b/arm_compute/runtime/NEON/functions/NEROIAlignLayer.h
index e8171d3817..7a504961d5 100644
--- a/arm_compute/runtime/NEON/functions/NEROIAlignLayer.h
+++ b/arm_compute/runtime/NEON/functions/NEROIAlignLayer.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_NEROIALIGNLAYER_H__
-#define __ARM_COMPUTE_NEROIALIGNLAYER_H__
+#ifndef ARM_COMPUTE_NEROIALIGNLAYER_H
+#define ARM_COMPUTE_NEROIALIGNLAYER_H
#include "arm_compute/core/NEON/kernels/NEROIPoolingLayerKernel.h"
#include "arm_compute/runtime/NEON/INESimpleFunction.h"
@@ -73,4 +73,4 @@ public:
static Status validate(const ITensorInfo *input, const ITensorInfo *rois, ITensorInfo *output, const ROIPoolingLayerInfo &pool_info);
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_NEROIALIGNLAYER_H__ */
+#endif /* ARM_COMPUTE_NEROIALIGNLAYER_H */