Skip to content

Commit f5f9061

Browse files
authored
[Fix] dsplit/vsplit (#6464)
1 parent 1a5eabe commit f5f9061

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guides/model_convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.dsplit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [ 仅参数名不一致 ]torch.Tensor.split_size_or_sections
1+
## [ 仅参数名不一致 ]torch.Tensor.dsplit
22

3-
### [torch.Tensor.的 split](https://pytorch.org/docs/stable/generated/torch.Tensor.dsplit.html)
3+
### [torch.Tensor.dsplit](https://pytorch.org/docs/stable/generated/torch.Tensor.dsplit.html)
44

55
```python
66
torch.Tensor.dsplit(split_size_or_sections)

docs/guides/model_convert/convert_from_pytorch/api_difference/Tensor/torch.Tensor.vsplit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [ 仅参数名不一致 ]torch.Tensor.split_size_or_sections
1+
## [ 仅参数名不一致 ]torch.Tensor.vsplit
22

33
### [torch.Tensor.vsplit](https://pytorch.org/docs/stable/generated/torch.Tensor.vsplit.html)
44

0 commit comments

Comments
 (0)