aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.h b/arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.h
index 3a2f6ccb6d..b3b41c5445 100644
--- a/arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.h
+++ b/arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.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_NEFUSEBATCHNORMALIZATION_H__
-#define __ARM_COMPUTE_NEFUSEBATCHNORMALIZATION_H__
+#ifndef ARM_COMPUTE_NEFUSEBATCHNORMALIZATION_H
+#define ARM_COMPUTE_NEFUSEBATCHNORMALIZATION_H
#include "arm_compute/core/ITensor.h"
#include "arm_compute/core/NEON/kernels/NEFuseBatchNormalizationKernel.h"
@@ -97,4 +97,4 @@ private:
NEFuseBatchNormalizationKernel _fuse_bn_kernel;
};
} // namespace arm_compute
-#endif /*__ARM_COMPUTE_NEFUSEBATCHNORMALIZATION_H__ */
+#endif /*ARM_COMPUTE_NEFUSEBATCHNORMALIZATION_H */