aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IWeightsManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IWeightsManager.h')
-rw-r--r--arm_compute/runtime/IWeightsManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/IWeightsManager.h b/arm_compute/runtime/IWeightsManager.h
index 2d61b89bc6..8df571befa 100644
--- a/arm_compute/runtime/IWeightsManager.h
+++ b/arm_compute/runtime/IWeightsManager.h
@@ -22,8 +22,8 @@
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_IWEIGHTSMANAGER_H__
-#define __ARM_COMPUTE_IWEIGHTSMANAGER_H__
+#ifndef ARM_COMPUTE_IWEIGHTSMANAGER_H
+#define ARM_COMPUTE_IWEIGHTSMANAGER_H
#include "arm_compute/core/ITensor.h"
#include "arm_compute/runtime/ITransformWeights.h"
@@ -82,4 +82,4 @@ private:
std::map<const ITensor *, ITransformWeights *> _managed_weights_parents;
};
} // arm_compute
-#endif /*__ARM_COMPUTE_IWEIGHTSMANAGER_H__ */ \ No newline at end of file
+#endif /*ARM_COMPUTE_IWEIGHTSMANAGER_H */ \ No newline at end of file