Skip to content

Commit

Permalink
[cker] update header guard
Browse files Browse the repository at this point in the history
This commit updates header guard.

ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
  • Loading branch information
icodo98 committed Sep 30, 2024
1 parent c3b7f20 commit 0cacca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compute/cker/include/cker/train/operation/AveragePool.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -90,4 +90,4 @@ inline void AveragePool2DGrad(const PoolParams &params, const Shape &incoming_sh
} // namespace cker
} // namespace nnfw

#endif // __NNFW_CKER_TRAIN_OPERATION_AVGPOOL_H__
#endif // __NNFW_CKER_TRAIN_OPERATION_AVERAGEPOOL_H__

0 comments on commit 0cacca9

Please sign in to comment.