Skip to content

Commit

Permalink
映射文档 No. 205/206 (#6008)
Browse files Browse the repository at this point in the history
* Update pytorch_api_mapping_cn.md

* Fix
  • Loading branch information
co63oc authored Jul 11, 2023
1 parent 1cf7494 commit 215392a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
| [torch.distributed.XX](#id8) | 主要为`torch.distributed.XX`类 API |
| [torch.distributions.XX](#id9) | 主要为`torch.distributions.XX`类 API |
| [torch.fft.XX](#id10) | 主要为`torch.fft.XX`类 API |
| [torch.hub.XX](#id14) | 主要为`torch.hub.XX`类 API |
| [torch.linalg.XX](#id11) | 主要为`torch.linalg.XX`类 API |
| [torch.sparse.XX](#id12) | 主要为`torch.sparse.XX`类 API |
| [其他](#id13) | 其他 API |
Expand Down Expand Up @@ -715,6 +716,17 @@
| 6 | [torch.fft.ihfftn](https://pytorch.org/docs/1.13/generated/torch.fft.ihfftn.html?highlight=torch+fft+ihfftn#torch.fft.ihfftn) | [paddle.fft.ihfftn](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/fft/ihfftn_cn.html) | 功能一致, torch 参数更多 , [差异对比](https://github.com/PaddlePaddle/docs/tree/develop/docs/guides/model_convert/convert_from_pytorch/api_difference/fft/torch.fft.ihfftn.md) |


***持续更新...***

## torch.hub.XX API 映射列表
梳理了`torch.hub.XX`类 API 的 PyTorch-PaddlePaddle API 映射列表。

| 序号 | PyTorch API | PaddlePaddle API | 备注 |
| ---- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 1 | [torch.hub.get_dir](https://pytorch.org/docs/stable/hub.html?highlight=torch+hub+get_dir#torch.hub.get_dir) | | 功能缺失 |
| 2 | [torch.hub.set_dir](https://pytorch.org/docs/stable/hub.html?highlight=torch+hub+get_dir#torch.hub.set_dir) | | 功能缺失 |


***持续更新...***

## torch.linalg.XX API 映射列表
Expand Down

0 comments on commit 215392a

Please sign in to comment.