Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/paddle/sinh__cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sinh\_
-------------------------------

.. py:function:: paddle.sinh_(x, name=None)
.. py:function:: paddle.sinh_(x, name=None, *, out=None)

Inplace 版本的 :ref:`cn_api_paddle_sinh` API,对输入 `x` 采用 Inplace 策略。

Expand Down
3 changes: 2 additions & 1 deletion docs/api/paddle/sinh_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sinh
-------------------------------

.. py:function:: paddle.sinh(x, name=None)
.. py:function:: paddle.sinh(x, name=None, *, out=None)



Expand All @@ -21,6 +21,7 @@ sinh

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

返回
::::::::::::
Expand Down