Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Add Docs_cn】No.1 #6295

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
75803c7
Merge pull request #2 from PaddlePaddle/develop
Liyulingyue May 22, 2022
2f34cea
Merge pull request #3 from PaddlePaddle/develop
Liyulingyue Aug 6, 2022
c5d37bd
Merge pull request #4 from PaddlePaddle/develop
Liyulingyue Aug 24, 2022
99ded7c
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Sep 1, 2022
92f0052
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Sep 3, 2022
6e29295
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Sep 5, 2022
c280fdd
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Sep 9, 2022
a3e795f
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Sep 13, 2022
00d7d59
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Nov 18, 2022
e263ff3
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Dec 3, 2022
5f3d5cc
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Dec 5, 2022
d755984
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Feb 27, 2023
9c09b77
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Mar 11, 2023
63ad97e
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Apr 6, 2023
21a98a2
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue May 29, 2023
a84784d
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Jun 23, 2023
9125194
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Aug 28, 2023
83980d8
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Aug 31, 2023
36f2e4b
Merge branch 'PaddlePaddle:develop' into develop
Liyulingyue Nov 6, 2023
acc11e3
Update asin_cn.rst
Liyulingyue Nov 6, 2023
9de4475
Create sin_.rst
Liyulingyue Nov 7, 2023
2becd65
Update asin_cn.rst
Liyulingyue Nov 7, 2023
5edb914
Apply suggestions from code review
Liyulingyue Nov 7, 2023
098962c
Apply suggestions from code review
Liyulingyue Nov 7, 2023
e6e30c2
Update docs/api/paddle/sin_.rst
Liyulingyue Nov 17, 2023
a09d2a0
Update docs/api/paddle/sin_.rst
Liyulingyue Nov 17, 2023
f8ca6d8
Rename sin_.rst to sin__.rst
Liyulingyue Nov 17, 2023
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/asin_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arcsine 函数。
参数
::::::::::::

- **x** (Tensor) - 输入的 Tensor,数据类型为:float32、float64、float16、complex64、complex128
- **x** (Tensor) - 输入的 Tensor,数据类型为:float32、float64、float16。
Liyulingyue marked this conversation as resolved.
Show resolved Hide resolved
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name`,一般无需设置,默认值为 None。

返回
Expand Down
7 changes: 7 additions & 0 deletions docs/api/paddle/sin_.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _cn_api_paddle_sin_:

sin_
Liyulingyue marked this conversation as resolved.
Show resolved Hide resolved
-------------------------------

.. py:function:: paddle.sin_(x, name=None)
API `sin` 的 inplace 版本,输出时会直接修改输入 x. 请参考 :ref:`api_paddle_sin`.
Liyulingyue marked this conversation as resolved.
Show resolved Hide resolved