oneflow.Tensor.view_as¶
-
Tensor.view_as(other) → Tensor¶ Expand this tensor to the same size as
other.self.view_as(other)is equivalent toself.view(other.size()).Please see
view()for more information aboutview.- Parameters
other (
oneflow.Tensor) – The result tensor has the same size asother.