Skip to content

Commit

Permalink
【Hackathon 5th No.45】映射文档69-70 -part (#6217)
Browse files Browse the repository at this point in the history
* add api mapping

* Update pytorch_api_mapping_cn.md

* Update pytorch_api_mapping_cn.md

* Update pytorch_api_mapping_cn.md

* Update pytorch_api_mapping_cn.md

* add torch.cuda.seed.md and torch.cuda.seed_all.md

* update torch.cuda.float_power.md

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* Delete docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.cuda.seed.md

* Delete docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.cuda.seed_all.md

* Update pytorch_api_mapping_cn.md

* fix bug

* fix bug

* fix bug
  • Loading branch information
longranger2 authored Jan 25, 2024
1 parent 23e5c16 commit 8311e9a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@
| REFERENCE-MAPPING-ITEM(`torch.atleast_2d`, https://github.com/PaddlePaddle/docs/tree/develop/docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.atleast_2d.md) |
| REFERENCE-MAPPING-ITEM(`torch.atleast_3d`, https://github.com/PaddlePaddle/docs/tree/develop/docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.atleast_3d.md) |


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

## torch.nn.XX API 映射列表
Expand Down Expand Up @@ -1096,6 +1095,8 @@
| REFERENCE-MAPPING-ITEM(`torch.cuda.ShortTensor`, https://github.com/PaddlePaddle/docs/tree/develop/docs/guides/model_convert/convert_from_pytorch/api_difference/cuda/torch.cuda.ShortTensor.md) |
| REFERENCE-MAPPING-ITEM(`torch.cuda.stream`, https://github.com/PaddlePaddle/docs/tree/develop/docs/guides/model_convert/convert_from_pytorch/api_difference/cuda/torch.cuda.stream.md) |
| REFERENCE-MAPPING-ITEM(`torch.cuda.Stream`, https://github.com/PaddlePaddle/docs/tree/develop/docs/guides/model_convert/convert_from_pytorch/api_difference/cuda/torch.cuda.Stream__upper.md) |
| NOT-IMPLEMENTED-ITEM(`torch.cuda.comm.scatter`, https://pytorch.org/docs/stable/generated/torch.cuda.comm.scatter.html#torch-cuda-comm-scatter) |
| NOT-IMPLEMENTED-ITEM(`torch.cuda.comm.gather`, https://pytorch.org/docs/stable/generated/torch.cuda.comm.gather.html#torch-cuda-comm-gather) |

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

Expand Down

0 comments on commit 8311e9a

Please sign in to comment.