-
Notifications
You must be signed in to change notification settings - Fork 822
[Docathon][Add Inplace CN Doc No.2、23-27] #7111
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
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7111.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
* modify hardware show * modify hardware show * add subgraph * update mlu docker * update dcu docker
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.
问题与 #7103 (review) 类似,请参照修改
已修改 |
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.
LGTM
重新触发CI
@APPARENT1 不好意思,能不能重新提一个PR,当时PR没法调起 Docs-NEW 流水线 |
已重新提交#7149 (comment) |
PR types
Others
PR changes
Docs
Description
补充缺失的中文 API 文档(Inplace 类)
增加:
api.paddle.baddbmm__cn.rst文件
api.paddle.ldexp__cn.rst文件
api.paddle.less__cn.rst文件
api.paddle.less_equal__cn.rst文件
api.paddle.less_than__cn.rst文件
api.paddle.lgamma__cn.rst文件
修改:
在Overview_cn.rst中新增badbmm__相关信息(在“tensor 数学操作原位(inplace)版本”标题下)
issue:#7090
英文文档链接:
baddbmm_:https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/baddbmm__en.html
ldexp_:https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/ldexp__en.html
less_:https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/less__en.html
less_equal_:https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/less_equal__en.html
less_than_:https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/less_than__en.html
lgamma_:https://www.paddlepaddle.org.cn/documentation/docs/en/develop/api/paddle/lgamma__en.html
@sunzhongkai588