From 0cacca922849c044f2c0d5a4b9cf8b2f9ccc42ae Mon Sep 17 00:00:00 2001 From: icodo98 Date: Mon, 30 Sep 2024 17:44:10 +0900 Subject: [PATCH] [cker] update header guard This commit updates header guard. ONE-DCO-1.0-Signed-off-by: JuYoung Lee rsb98759@gmail.com --- compute/cker/include/cker/train/operation/AveragePool.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compute/cker/include/cker/train/operation/AveragePool.h b/compute/cker/include/cker/train/operation/AveragePool.h index 937d2383f9e..7f68845130e 100644 --- a/compute/cker/include/cker/train/operation/AveragePool.h +++ b/compute/cker/include/cker/train/operation/AveragePool.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef __NNFW_CKER_TRAIN_OPERATION_AVGPOOL_H__ -#define __NNFW_CKER_TRAIN_OPERATION_AVGPOOL_H__ +#ifndef __NNFW_CKER_TRAIN_OPERATION_AVERAGEPOOL_H__ +#define __NNFW_CKER_TRAIN_OPERATION_AVERAGEPOOL_H__ #include "cker/Shape.h" #include "cker/Utils.h" @@ -90,4 +90,4 @@ inline void AveragePool2DGrad(const PoolParams ¶ms, const Shape &incoming_sh } // namespace cker } // namespace nnfw -#endif // __NNFW_CKER_TRAIN_OPERATION_AVGPOOL_H__ +#endif // __NNFW_CKER_TRAIN_OPERATION_AVERAGEPOOL_H__