On this page
torch.Tensor.view_as
Tensor.view_as(other) → Tensor- 
    
View this tensor as the same size as
other.self.view_as(other)is equivalent toself.view(other.size()).Please see
view()for more information aboutview.- Parameters
 - 
      
other (
torch.Tensor) – The result tensor has the same size asother. 
 
© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
 https://pytorch.org/docs/2.1/generated/torch.Tensor.view_as.html