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