Contents 1. torch.cat ㆍ This function is that concatenates the given sequence of tensors along the given dimension 2. torch.unbind ㆍ This function removes the tensor dimension specified by the argument 'dim(default dim=0)' and returns a tuple of slices of the tensor along the specified dim 3. torch.movedim ㆍ This function moves the dimensions of input at the position in source to the positions s..