-
Notifications
You must be signed in to change notification settings - Fork 768
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
映射文档 No. 16 (#5724) #5725
映射文档 No. 16 (#5724) #5725
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5725.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
❌ The PR's message can't be empty. |
@@ -0,0 +1,20 @@ | |||
## [paddle 参数更多]torch.Tensor.maximum |
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参数更多
吧~
@@ -0,0 +1,20 @@ | |||
## [仅参数名称不一致]torch.Tensor.median |
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.
修改为 仅参数名不一致
@@ -0,0 +1,20 @@ | |||
## [仅参数名称不一致]torch.Tensor.min |
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.
修改为 仅参数名不一致
torch.Tensor.min(dim=None, keepdim=False) | ||
``` | ||
|
||
### [paddle.Tensor.median](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/Tensor_cn.html#min-axis-none-keepdim-false-name-none) |
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.Tensor.min
### [paddle.Tensor.median](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/Tensor_cn.html#min-axis-none-keepdim-false-name-none) | ||
|
||
```python | ||
paddle.Tensor.median(axis=None, keepdim=False, name=None) |
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.Tensor.min
torch.Tensor.movedim(source, destination) | ||
``` | ||
|
||
### [paddle.Tensor.movedim](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/moveaxis_cn.html) |
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.
名称不太对 ,应该是 moveaxis
@@ -0,0 +1,20 @@ | |||
## [参数完全一致]torch.Tensor.moveasis |
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.
单词错误,应该是 moveaxis
torch.Tensor.moveaxis(source, destination) | ||
``` | ||
|
||
### [paddle.Tensor.movedim](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/moveaxis_cn.html) |
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 对应的 api 为 paddle.Tensor.moveaxis
@@ -0,0 +1,20 @@ | |||
## [paddle 参数更多]torch.Tensor.maximum | |||
|
|||
### [torch.Tnsor.maximum](https://pytorch.org/docs/stable/generated/torch.Tensor.maximum.html#torch.Tensor.maximum) |
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,少了一个e
### [paddle.Tensor.minimum](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/Tensor_cn.html#minimum-y-axis-1-name-none) | ||
|
||
```python | ||
paddle.Tensor.maximum(y, axis=-1, name=None) |
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.Tensor.minimum
No description provided.