-
Notifications
You must be signed in to change notification settings - Fork 860
[Docathon][Fix Doc Format No.25-27] fix 3 API docs (unify term '傅里叶') #7488
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/api/paddle/fft/irfft_cn.rst
Outdated
出。如果指定 n,则输出 Tensor 在傅立叶变换轴的长度为 n,否则为 ``2*(m-1)``,其中``m`` | ||
是输入 Tensor 在 ``axis`` 维的长度。 | ||
|
||
出。如果指定 n,则输出 Tensor 在傅里叶变换轴的长度为 n,否则为 ``2*(m-1)`` ,其中 ``m`` |
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.
docs/api/paddle/fft/irfft_cn.rst
Outdated
Tensor 的长度小于 ``n//2+1``,则输入 Tensor 会被补零。如果 ``n`` | ||
没有被指定,则取 ``2*(m-1)``,其中,``m`` 是输入 Tensor 在 ``axis`` 维的长度。 | ||
|
||
``n//2+1`` ,如果输入 Tensor 的长度大于 ``n//2+1`` ,输入 Tensor 会被截断。如果输入 |
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.
此函数输入的排序方式应与 `irfft` 返回的方式相同。 | ||
|
||
参数 | ||
::::::::: |
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.
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7488.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
with '#' will be ignored, and an empty message aborts the commit.
ddee6a6
to
93ea6a3
Compare
文档错别字修复(Unify terminology:“傅立叶”→“傅里叶”)
反引号(``)问题修复(本次无此修改,目标文件无相关问题)
docs/api/paddle/fft/hfft_cn.rst
docs/api/paddle/fft/irfft_cn.rst
docs/api/paddle/fft/irfftn_cn.rst
活动名称:Docathon 文档优化活动
赛题编号:No.25-27
关联 Issue:[Docathon] 中文文档格式日常修复 #7435
@Echo-Nie @sunzhongkai588