Skip to content

[Docathon][Add Inplace CN Doc No.9]Update Overview_cn.rst #7237

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/paddle/Overview_cn.rst
Original file line number Diff line number Diff line change
@@ -52,6 +52,7 @@ tensor 数学操作
" :ref:`paddle.atan <cn_api_paddle_atan>` ", "arctangent 函数"
" :ref:`paddle.atan2 <cn_api_paddle_atan2>` ", "arctangent2 函数"
" :ref:`paddle.baddbmm <cn_api_paddle_baddbmm>` ", "对两个批量矩阵 x 和 y 进行乘法运算,将结果乘以标量 alpha,再加上 input 与 beta 的乘积,得到输出"
" :ref:`paddle.cauchy_ <cn_api_paddle_cauchy_>` ", "从柯西分布中抽取数字的输入张量"
" :ref:`paddle.ceil <cn_api_paddle_ceil>` ", "向上取整运算函数"
" :ref:`paddle.clip <cn_api_paddle_clip>` ", "将输入的所有元素进行剪裁,使得输出元素限制在[min, max]内"
" :ref:`paddle.conj <cn_api_paddle_conj>` ", "逐元素计算 Tensor 的共轭运算"