summaryrefslogtreecommitdiff
path: root/libs/cker/include/cker/gemmlowp/FixedPoint.h
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-04-17 10:12:48 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-04-17 10:12:48 +0900
commit384c54ff4ac44933dfacce6e1839b7d9c7f2f673 (patch)
treed90e851ddd9264082399758464eaf43b5579bfaf /libs/cker/include/cker/gemmlowp/FixedPoint.h
parent1db63a49d107e595e324744e2de01fe8c51a1b86 (diff)
downloadnnfw-384c54ff4ac44933dfacce6e1839b7d9c7f2f673.tar.gz
nnfw-384c54ff4ac44933dfacce6e1839b7d9c7f2f673.tar.bz2
nnfw-384c54ff4ac44933dfacce6e1839b7d9c7f2f673.zip
Fix define in cker header file (#5007)
Fix define __NNFW_CKER_CONCATENATION_H_ => __NNFW_CKER_CONCATENATION_H__ Fix define __NNFW_CKER_FXIED_POINT_H__ => __NNFW_CKER_GEMMLOWP_FIXED_POINT_H__ Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'libs/cker/include/cker/gemmlowp/FixedPoint.h')
-rw-r--r--libs/cker/include/cker/gemmlowp/FixedPoint.h6
1 files changed, 3 insertions, 3 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__