-
Notifications
You must be signed in to change notification settings - Fork 870
[API compatibility] Update 6 API Docs #7438
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
base: develop
Are you sure you want to change the base?
Conversation
zhanghonggeng
commented
Sep 16, 2025
- Add paddle.Szie paddle.Tensor.is_cuda docs. PR: [API compatibility] Add Tensor.is_cuda and paddle.Size([API compatibility] Add Tensor.is_cuda and paddle.Size Paddle#75043)
- Add paddle.sub and update paddle.subtract docs. PR:[API compatibility]Add paddle.sub/paddle.Tensor.sub/paddle.Tensor.sub…([API compatibility]Add paddle.sub/paddle.Tensor.sub/paddle.Tensor.sub… Paddle#75181)
- Add paddle.Tensor.random_ docs. PR:[API compatibility] Add paddle.Tensor.random_([API compatibility] Add paddle.Tensor.random_ Paddle#75174)
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7438.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
docs/api/paddle/Size_cn.rst
Outdated
@@ -0,0 +1,20 @@ | |||
.. _cn_api_paddle_Size: |
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.
问题描述见 PaddlePaddle/Paddle#44671 ,rename 成带有 __upper
后缀以避免冲突
.. _cn_api_paddle_Size: | |
.. _cn_api_paddle_Size__upper: |
- 文件名也改成
Size__upper_cn.rst
- overview 对应的引用也改一下
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.
已修改
📚 本次 PR 文档预览链接(点击展开)
|