-
Notifications
You must be signed in to change notification settings - Fork 838
[Docathon][Add Inplace CN Doc No.13-17] #7108
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
Conversation
【Docathon】补充缺失的中文 API 文档(Inplace 类) No.1 paddle.addmm_ 的中文文档补充
更新Overview_cn中对addmm_的补充
之前check失败了,重新提交一次。
参考其他inplace文档,删除了多余的空格,如“name = None”改为了“name=None”
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7108.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
…into inplace_divide
…ocs, update the Overview_cn.rst
所有检查已经通过,请审查,谢谢! |
docs/api/paddle/gcd__cn.rst
Outdated
gcd\_ | ||
------------------------------- | ||
|
||
.. py:function:: paddle.abs_(x, y, name=None) |
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.
这里写错了
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.
好的,已修改
Add:
Modeify:
update Overview_cn.rst
issue:#7090
en API:
divide_: https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/divide__en.html
equal_: https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/equal__en.html
floor_divide_: https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/floor_divide__en.html
frac_: https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/frac__en.html
gcd_: https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/gcd__en.html
@sunzhongkai588