[API Compatibility No.28-29、332-333] add torch.angle,torch.as_strided,torch.special.i0,torch.special.i0e#7705
Open
enkilee wants to merge 2 commits intoPaddlePaddle:developfrom
Open
[API Compatibility No.28-29、332-333] add torch.angle,torch.as_strided,torch.special.i0,torch.special.i0e#7705enkilee wants to merge 2 commits intoPaddlePaddle:developfrom
enkilee wants to merge 2 commits intoPaddlePaddle:developfrom
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7705.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Chinese API documentation for four functions to improve PyTorch API compatibility. The changes align with recent documentation standards and add missing parameter documentation.
Changes:
- Standardizes default value formatting from
NonetoNonewith backticks across all four files - Adds
outkeyword parameter documentation topaddle.i0andpaddle.i0e - Documents parameter aliases for
paddle.as_strided(shape/size, offset/storage_offset)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/api/paddle/i0_cn.rst | Adds out parameter documentation and standardizes default value format |
| docs/api/paddle/i0e_cn.rst | Adds out parameter documentation and standardizes default value format |
| docs/api/paddle/as_strided_cn.rst | Adds alias support note, documents parameter aliases, and standardizes default value format |
| docs/api/paddle/angle_cn.rst | Standardizes default value format for name parameter |
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 torch.angle,torch.as_strided,torch.special.i0,torch.special.i0e