We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c5f28 commit 1620637Copy full SHA for 1620637
docs/api/paddle/cosh_cn.rst
@@ -3,7 +3,7 @@
3
cosh
4
-------------------------------
5
6
-.. py:function:: paddle.cosh(x, name=None)
+.. py:function:: paddle.cosh(x, name=None, *, out=None)
7
8
9
@@ -21,6 +21,7 @@ cosh
21
22
- **x** (Tensor) - 输入的 Tensor,数据类型为:float32、float64 、float16、complex64、complex128。
23
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name`,一般无需设置,默认值为 None。
24
+ - **out** (Tensor,可选)- 输出的结果。该参数为仅关键字参数,默认值为 None。
25
26
返回
27
::::::::::::
0 commit comments