torch.cuda.manual_seed_all# torch.cuda.manual_seed_all(seed)[source]# Set the seed for generating random numbers on all GPUs. Itโs safe to call this function if CUDA is not available; in that case, it is silently ignored. Parameters seed (int) โ The desired seed.