Skip to content

Commit

Permalink
fix name (PaddlePaddle#1423)
Browse files Browse the repository at this point in the history
test=document_preview
  • Loading branch information
zhupengyang authored and hong19860320 committed Sep 27, 2019
1 parent c4fc9f3 commit 6817c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fluid/api_cn/layers_cn/relu_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ReLU(Rectified Linear Unit)激活函数

参数:
- **x** (Variable) - 输入的多维 ``Tensor`` ,数据类型为:float32、float64。
- **name** (str,可选) - 该参数供开发人员打印调试信息时使用,具体用法请参见 :ref:`api_guide_Name`,默认值为None。
- **name** (str,可选) 具体用法请参见 :ref:`api_guide_Name` ,一般无需设置,默认值为None。

返回: 与 ``x`` 维度相同、数据类型相同的 ``Tensor`` 。

Expand Down

0 comments on commit 6817c40

Please sign in to comment.