Rate this Page

torch.split_with_sizes_copy#

torch.split_with_sizes_copy()#

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