torch.xpu.set_rng_state¶ torch.xpu.set_rng_state(new_state, device='xpu')[source][source]¶ 设置指定 GPU 的随机数生成器状态。 参数: new_state(torch.ByteTensor)- 所需的状态 设备(torch.device 或 int,可选)- 设置 RNG 状态的设备。默认: 'xpu' (即, torch.device('xpu') ,当前 XPU 设备)。