[ 仅参数名不一致 ]torch.Tensor.expand_as

torch.Tensor.expand_as

torch.Tensor.expand_as(other)

paddle.Tensor.expand_as

paddle.Tensor.expand_as(y)

两者功能一致且参数用法一致,仅参数名不一致,具体如下:

参数映射

PyTorch PaddlePaddle 备注
other y 给定输入扩展后的形状,仅参数名不一致。