[ 仅参数名不一致 ]torch.Tensor.expand¶
torch.Tensor.expand¶
torch.Tensor.expand(*size)
参数映射¶
| PyTorch | PaddlePaddle | 备注 | | ————- | ———— | —————————————————— | | size | shape | 扩张后的维度,size 是可变参数,paddle 是 list/tuple |
torch.Tensor.expand(*size)
| PyTorch | PaddlePaddle | 备注 | | ————- | ———— | —————————————————— | | size | shape | 扩张后的维度,size 是可变参数,paddle 是 list/tuple |