torch.xpu.set_rng_state
- torch.xpu.set_rng_state(new_state, device='xpu')[源代码]
-
设置指定GPU上的随机数生成器状态。
- 参数
-
-
new_state (torch.ByteTensor) – 指定的状态
-
device (torch.device 或 int, 可选) – 设置随机数生成器状态的设备。默认值:
'xpu'
(即torch.device('xpu')
,当前的XPU设备)。
-