Skip to content

Commit 6af15cc

Browse files
authored
[API Compatibility No.207] add alias doc for paddle.poisson (#7831)
1 parent 2f464b3 commit 6af15cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/guides/model_convert/convert_from_pytorch/api_difference/torch_more_args

docs/guides/model_convert/convert_from_pytorch/api_difference/torch_more_args/torch.poisson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ PyTorch 相比 Paddle 支持更多其他参数,具体如下:
1515

1616
| PyTorch | PaddlePaddle | 备注 |
1717
| ------------- | ------------ | ------------------------------------------------------ |
18-
| input | x | 表示输入的 Tensor ,仅参数名不一致。 |
18+
| input | x | 表示输入的 Tensor ,Paddle 中参数名为 ``x``,同时支持别名 ``input`` |
1919
| generator | - | 用于采样的伪随机数生成器,Paddle 无此参数,一般对网络训练结果影响不大,可直接删除。 |

0 commit comments

Comments
 (0)