Add digamma api cn doc#3574
Merged
chenwhql merged 10 commits intoPaddlePaddle:developfrom Jun 16, 2021
Merged
Conversation
|
Thanks for your contribution! |
TCChenlong
reviewed
Jun 15, 2021
Collaborator
TCChenlong
left a comment
There was a problem hiding this comment.
需要在 docs/Overview_cn.rst at develop · PaddlePaddle/docs 这个文件中补充该API
docs/api/paddle/digamma_cn.rst
Outdated
| \\Out = \Psi(x) = \frac{ \Gamma^{'}(x) }{ \Gamma(x) }\\ | ||
|
|
||
|
|
||
| 参数: |
Collaborator
There was a problem hiding this comment.
需要调整下格式:
参数: ->
参数
:::::::::(9个英文冒号)
docs/api/paddle/digamma_cn.rst
Outdated
| - **x** (Tensor) – 该OP的输入为Tensor。数据类型为float32,float64。 | ||
| - **name** (str,可选) – 该参数供开发人员打印调试信息时使用,具体用法请参见 :ref:`api_guide_Name` ,默认值为None。 | ||
|
|
||
| 返回:Tensor, digamma函数计算结果,数据类型和维度大小与输入一致。 |
Collaborator
There was a problem hiding this comment.
同上:
返回: ->
返回
:::::::::(9个英文冒号)
Tensor, digamma函数计算结果,数据类型和维度大小与输入一致。
docs/api/paddle/digamma_cn.rst
Outdated
|
|
||
| 返回:Tensor, digamma函数计算结果,数据类型和维度大小与输入一致。 | ||
|
|
||
| **代码示例**: |
Collaborator
There was a problem hiding this comment.
同上:
代码示例: ->
代码示例
:::::::::(9个英文冒号)
wadefelix
reviewed
Jun 16, 2021
| pip install https://paddle-fluiddoc-ci.bj.bcebos.com/python/dist/paddlepaddle_gpu-0.0.0-cp38-cp38-linux_x86_64.whl | ||
| PADDLE_WHL=https://paddle-fluiddoc-ci.bj.bcebos.com/python/dist/paddlepaddle_gpu-2.1.0-cp38-cp38-linux_x86_64.whl | ||
| fi | ||
| pip install --no-cache-dir -i https://mirror.baidu.com/pypi/simple ${PADDLE_WHL} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add digamma api cn doc
related PR: PaddlePaddle/Paddle#33278