torch.Size(sizes)
Paddle 无此 API,需要组合实现。
# PyTorch 写法 torch.Size([1]) # Paddle 写法 (1,)
# PyTorch 写法 torch.Size([2, 3]) # Paddle 写法 (2, 3)