提交 ef6bb48d 编写于 作者: Z zhupengyang 提交者: hong19860320

fix relu6 attr name (#1424)

test=document_preview
上级 6817c40a
......@@ -13,7 +13,7 @@ relu6激活函数
参数:
- **x** (Variable) - 输入的多维 ``Tensor`` ,数据类型为:float32、float64。
- **threshold** (float) - relu6的阈值。默认值为6.0
- **name** (str,可选) - 该参数供开发人员打印调试信息时使用,具体用法请参见 :ref:`api_guide_Name`,默认值为None。
- **name** (str,可选) – 具体用法请参见 :ref:`api_guide_Name` ,一般无需设置,默认值为None。
返回: 与 ``x`` 维度相同、数据类型相同的 ``Tensor``。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册