-
Notifications
You must be signed in to change notification settings - Fork 762
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
add paddle.iinfo chinese document #5235
add paddle.iinfo chinese document #5235
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5235.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
done |
docs/api/paddle/iinfo_cn.rst
Outdated
|
||
参数 | ||
::::::::: | ||
- **dtype** (paddle.dtype) - 输入的数据类型,只能为:paddle.uint8, paddle.int8, paddle.int16, paddle.int32, and paddle.int64。 |
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.
数据类型之间的标点符号应为中文的、
,and 需要翻译
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.
done
docs/api/paddle/iinfo_cn.rst
Outdated
|
||
返回 | ||
::::::::: | ||
一个 ``iinfo`` 对象,其中包含4个属性,如下所示。 |
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.
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.
done
docs/api/paddle/iinfo_cn.rst
Outdated
|
||
返回一个 ``iinfo`` 对象,该对象包含了输入 ``dtype`` 的各种相关的数值信息。其中输入 ``dtype`` | ||
|
||
只能是整数类型的 ``paddle.dtype`` 。 |
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.
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.
done
收到,我尽快处理 |
done |
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.
LGTM
add paddle.iinfo chinese document
PADDLEPADDLE_PR=45321