-
Notifications
You must be signed in to change notification settings - Fork 766
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
API doc(cn) Bugs fix in 第四期体验评估 #4958
base: develop
Are you sure you want to change the base?
Conversation
docs/api/paddle/numel_cn.rst
Outdated
@@ -6,7 +6,7 @@ numel | |||
.. py:function:: paddle.numel(x) | |||
|
|||
|
|||
返回一个长度为1并且元素值为输入 ``x`` 元素个数的 Tensor。 | |||
在静态模式下,返回一个长度为1并且元素值为输入 ``x`` 元素个数的 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.
应该翻译为静态图模式
和动态图模式
标题不要取这样不知所云的内容哈,可以指名是修改第四期体验评估中API文档的问题 PaddlePaddle/Paddle#43485 |
|
Bugs fix
PaddlePaddle/Paddle#43789