-
Notifications
You must be signed in to change notification settings - Fork 835
【Paddle Tensor No.13】新增paddle.positive
中文文档.
#6972
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-New 跑完后即可预览,预览链接:http://preview-pr-6972.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
docs/api/paddle/positive_cn.rst
Outdated
参数 | ||
:::::::::::: | ||
|
||
- **x** (Tensor) - 支持任意维度的 Tensor。数据类型为 uint8,int8,int16,int32,int64,float32,float64,float16,complex64,complex128。 |
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.
好的
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
docs/api/paddle/less_cn.rst
Outdated
.. _cn_api_paddle_less: | ||
|
||
less | ||
------------------------------- |
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/positive_cn.rst
Outdated
|
||
返回 | ||
:::::::::::: | ||
返回类型为 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.
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.
我检查一下
paddle.less
,Tensor.less
,paddle.positive
中文文档.paddle.positive
中文文档.
* docs: add chinese docs for `paddle.positive` * docs: add docs for `paddle.less`,`Tensor.less` * typo: replace (`,` and `,`)-> `、` * docs: replace `,` by `,` * docs: only keep the `paddle.positive`
PR Category
User Experience
PR Types
New features
Description
新增
paddle.positive
中文文档.positive
: 【Paddle Tensor No.13】: 新增paddle.positive
和Tensor.__pos__
Paddle#69256