[ 仅参数名不一致 ]torch.reshape¶
torch.reshape¶
torch.reshape(input,
shape)
参数映射¶
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 输入的 N-D Tensor ,仅参数名不一致。 |
shape | shape | 表示输出 Tensor 的 shape 。 |
torch.reshape(input,
shape)
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 输入的 N-D Tensor ,仅参数名不一致。 |
shape | shape | 表示输出 Tensor 的 shape 。 |