Rate this Page

torch.split_copy#

torch.split_copy()#

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