summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/cker/include/cker/gemmlowp/FixedPoint.h6
-rw-r--r--libs/cker/include/cker/operation/Concatenation.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/libs/cker/include/cker/gemmlowp/FixedPoint.h b/libs/cker/include/cker/gemmlowp/FixedPoint.h
index da9d25bd4..3ed9778ef 100644
--- a/libs/cker/include/cker/gemmlowp/FixedPoint.h
+++ b/libs/cker/include/cker/gemmlowp/FixedPoint.h
@@ -15,8 +15,8 @@
* limitations under the License.
*/
-#ifndef __NNFW_CKER_FXIED_POINT_H__
-#define __NNFW_CKER_FXIED_POINT_H__
+#ifndef __NNFW_CKER_GEMMLOWP_FIXED_POINT_H__
+#define __NNFW_CKER_GEMMLOWP_FIXED_POINT_H__
#include <algorithm>
#include <cassert>
@@ -288,4 +288,4 @@ inline FixedPoint<0> one_over_one_plus_x_for_x_in_0_1(FixedPoint<0> a)
} // namespace cker
} // namespace nnfw
-#endif // __NNFW_CKER_FXIED_POINT_H__
+#endif // __NNFW_CKER_GEMMLOWP_FIXED_POINT_H__
diff --git a/libs/cker/include/cker/operation/Concatenation.h b/libs/cker/include/cker/operation/Concatenation.h
index 1fabb9db7..09b781143 100644
--- a/libs/cker/include/cker/operation/Concatenation.h
+++ b/libs/cker/include/cker/operation/Concatenation.h
@@ -15,8 +15,8 @@
* limitations under the License.
*/
-#ifndef __NNFW_CKER_CONCATENATION_H_
-#define __NNFW_CKER_CONCATENATION_H_
+#ifndef __NNFW_CKER_CONCATENATION_H__
+#define __NNFW_CKER_CONCATENATION_H__
#include <cstdint>
@@ -89,4 +89,4 @@ inline void Concatenation(const ConcatenationParams &params, const Shape *const
} // namespace cker
} // namespace nnfw
-#endif // __NNFW_CKER_CONCATENATION_H_
+#endif // __NNFW_CKER_CONCATENATION_H__