From 477a93c0b65e755769a61e3768bab3ea71dcfba5 Mon Sep 17 00:00:00 2001 From: zhaoyu Date: Thu, 14 Jul 2022 11:23:58 +0000 Subject: [PATCH] =?UTF-8?q?update=20security/comments=5Fspecification=5Fzh?= =?UTF-8?q?=5Fcn.md.=20=E6=8A=8A=E5=A6=82=E4=B8=8B=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E5=8A=A0=E7=B2=97=E6=98=BE=E7=A4=BA:=E9=92=88=E5=AF=B9?= =?UTF-8?q?=E7=AE=97=E5=AD=90=E5=92=8CCell=E7=9A=84=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=EF=BC=8C=E9=9C=80=E8=A6=81=E5=9C=A8`Examples`=E5=89=8D?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0`Inputs`=E3=80=81`Outputs`=E5=92=8C`Supported?= =?UTF-8?q?=20Platforms`=E4=B8=89=E9=A1=B9=E5=86=85=E5=AE=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- security/comments_specification_zh_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/comments_specification_zh_cn.md b/security/comments_specification_zh_cn.md index f435657..ad6c192 100644 --- a/security/comments_specification_zh_cn.md +++ b/security/comments_specification_zh_cn.md @@ -69,7 +69,7 @@ Examples: - `Raises`:异常信息,包含异常类型、含义等。 - `Examples`:样例代码。 -针对算子和Cell的注释,需要在`Examples`前添加`Inputs`、`Outputs`和`Supported Platforms`三项内容。 +**针对算子和Cell的注释,需要在`Examples`前添加`Inputs`、`Outputs`和`Supported Platforms`三项内容。** - `Inputs`和`Outputs`:用于描述实例化后,算子的输入和输出的类型和shape,输入名可以和样例相同。建议在注释中给出对应的数学公式。 - `Supported Platforms`:用于描述算子支持的硬件平台,名称前后需添加``,存在多个时使用空格隔开。