Rate this Page

torch.xpu.seed_all#

torch.xpu.seed_all()[source]#

Set the seed for generating random numbers to a random number on all GPUs.

It’s safe to call this function if XPU is not available; in that case, it is silently ignored.