-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aaf1fc8
commit 3866013
Showing
46 changed files
with
156 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
...model_convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.median.md
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...es/model_convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.min.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
...s/model_convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.mode.md
This file was deleted.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
...del_convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.moveaxis.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
## [参数完全一致]torch.Tensor.moveaxis | ||
## [ 参数完全一致 ]torch.Tensor.moveaxis | ||
|
||
### [torch.Tensor.moveaxis](https://pytorch.org/docs/stable/generated/torch.Tensor.moveaxis.html) | ||
|
||
```python | ||
torch.Tensor.moveaxis(source, destination) | ||
torch.Tensor.moveaxis(source, destination) | ||
``` | ||
|
||
### [paddle.Tensor.moveaxis](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/moveaxis_cn.html) | ||
|
||
```python | ||
paddle.Tensor.moveaxis(source, destination,name = None) | ||
paddle.Tensor.moveaxis(source, destination,name = None) | ||
``` | ||
|
||
两者功能一致且参数用法一致,具体如下: | ||
|
||
| PyTorch | PaddlePaddle | 备注 | | ||
|------------------------------------|------------------------------------|----------------------------------| | ||
| <font> source </font> | <font> source </font> | 将被移动的轴的位置。 | | ||
| <font> destination </font> | <font> destination </font> | 轴被移动后的目标位置。 | | ||
| <font> destination </font> | <font> destination </font> | 轴被移动后的目标位置。 | |
8 changes: 4 additions & 4 deletions
8
...odel_convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.movedim.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
## [参数完全一致]torch.Tensor.movedim | ||
## [ 参数完全一致 ]torch.Tensor.movedim | ||
|
||
### [torch.Tensor.movedim](https://pytorch.org/docs/stable/generated/torch.Tensor.movedim.html) | ||
|
||
```python | ||
torch.Tensor.movedim(source, destination) | ||
torch.Tensor.movedim(source, destination) | ||
``` | ||
|
||
### [paddle.Tensor.moveaxis](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/moveaxis_cn.html) | ||
|
||
```python | ||
paddle.Tensor.moveaxis(source, destination,name = None) | ||
paddle.Tensor.moveaxis(source, destination,name = None) | ||
``` | ||
|
||
两者功能一致且参数用法一致,具体如下: | ||
|
||
| PyTorch | PaddlePaddle | 备注 | | ||
|------------------------------------|------------------------------------|----------------------------------| | ||
| <font> source </font> | <font> source </font> | 将被移动的轴的位置。 | | ||
| <font> destination </font> | <font> destination </font> | 轴被移动后的目标位置。 | | ||
| <font> destination </font> | <font> destination </font> | 轴被移动后的目标位置。 | |
18 changes: 0 additions & 18 deletions
18
...el_convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.nanmedian.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
...del_convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.scatter_.md
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
..._convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.scatter_add.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.