torch.cat, PyTorch Documentation, 2024 (PyTorch Foundation) - Official documentation detailing the usage and behavior of torch.cat for concatenating tensors along an existing dimension.
torch.stack, PyTorch Documentation, 2024 (PyTorch Foundation) - Official documentation describing torch.stack, used for stacking tensors along a new dimension.
torch.split, PyTorch Documentation, 2024 (PyTorch Foundation) - Official documentation providing details on torch.split, which divides a tensor into chunks of specified sizes.
torch.chunk, PyTorch Documentation, 2024 - Official documentation for torch.chunk, explaining how to split a tensor into a specific number of chunks.