Skip to content

Commit d22ab40

Browse files
add arg out for paddle.cosh (#7640)
1 parent 0b67816 commit d22ab40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api/paddle/cosh_cn.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cosh
44
-------------------------------
55

6-
.. py:function:: paddle.cosh(x, name=None)
6+
.. py:function:: paddle.cosh(x, name=None, *, out=None)
77
88
99
@@ -21,6 +21,7 @@ cosh
2121

2222
- **x** (Tensor) - 输入的 Tensor,数据类型为:float32、float64 、float16、complex64、complex128。
2323
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name`,一般无需设置,默认值为 None。
24+
- **out** (Tensor,可选)- 输出的结果。该参数为仅关键字参数,默认值为 None。
2425

2526
返回
2627
::::::::::::

0 commit comments

Comments
 (0)