Model Pipeline - GPU tensors (to, cuda)
This pipeline shows how data moves from CPU memory to GPU memory using PyTorch tensors. It demonstrates creating tensors on CPU, transferring them to GPU for faster computation, performing a simple operation, and then moving results back to CPU.