torch.view_as_real_copy#
- torch.view_as_real_copy()#
Performs the same operation as
torch.view_as_real(), but all output tensors are freshly created instead of aliasing the input.
Performs the same operation as torch.view_as_real(), but all output tensors
are freshly created instead of aliasing the input.