torch.Tensor.reshape¶
-
Tensor.reshape(*shape) → Tensor¶ Returns a tensor with the same data and number of elements as
selfbut with the specified shape. This method returns a view ifshapeis compatible with the current shape. Seetorch.Tensor.view()on when it is possible to return a view.See
torch.reshape()- Parameters
shape (tuple of python:ints or int...) – the desired shape