From 699d44dbdb2599b1aa093ecbc8273b40fd1897f9 Mon Sep 17 00:00:00 2001
From: zhuyinlin <1085905529@qq.com>
Date: Wed, 18 Jun 2025 09:41:11 +0800
Subject: [PATCH] =?UTF-8?q?API=E5=8F=82=E8=80=83=E6=96=87=E6=A1=A3?=
=?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: zhuyinlin <1085905529@qq.com>
---
ai/neural_network_runtime/neural_network_runtime_type.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ai/neural_network_runtime/neural_network_runtime_type.h b/ai/neural_network_runtime/neural_network_runtime_type.h
index 5c003b0a85..3d49ae09ed 100644
--- a/ai/neural_network_runtime/neural_network_runtime_type.h
+++ b/ai/neural_network_runtime/neural_network_runtime_type.h
@@ -2821,7 +2821,7 @@ typedef enum {
* of the AvgPool operator. */
OH_NN_AVG_POOL_ACTIVATION_TYPE = 6,
- /** This enumerated value is used when the tensor is used as the eosilon parameter
+ /** This enumerated value is used when the tensor is used as the epsilon parameter
* of the BatchNorm operator. */
OH_NN_BATCH_NORM_EPSILON = 7,
--
Gitee