-
Notifications
You must be signed in to change notification settings - Fork 822
[Docathon][Add Inplace CN Doc No.12] #7277
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
[Docathon][Add Inplace CN Doc No.12] #7277
Conversation
[Docathon][Add Inplace CN Doc No.12]
[Docathon][Delete Deprecated API Doc No.15-16]
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7277.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
style检查没通过,麻烦修正一下 @rigidwill666 |
还是没通过,需要 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
digamma_ 在Overview的位置写错了
@@ -64,6 +64,7 @@ tensor 数学操作 | |||
" :ref:`paddle.cummin <cn_api_paddle_cummin>` ", "沿给定 axis 计算 Tensor x 的累计最小值" | |||
" :ref:`paddle.cumprod <cn_api_paddle_cumprod>` ", "沿给定 dim 计算 Tensor x 的累乘" | |||
" :ref:`paddle.digamma <cn_api_paddle_digamma>` ", "逐元素计算输入 x 的 digamma 函数值" | |||
" :ref:`paddle.digamma_ <cn_api_paddle_digamma_>` ", "Inplace 版本的 digamma API, 对输入 x 采用 Inplace 策略" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该是在inplace下
close due to the following PR is merged: |
新增了digamma_中文文档
issue 链接:#7090
英文文档链接:https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/digamma__en.html
@sunzhongkai588
@Echo-Nie