torch.cuda.set_rng_state#
- torch.cuda.set_rng_state(new_state, device='cuda')[源码]#
设置指定 GPU 的随机数生成器状态。
- 参数
new_state (torch.ByteTensor) – 所需的状态
device (torch.device 或 int, 可选) – 用于设置 RNG 状态的设备。默认为
'cuda'
(即torch.device('cuda')
,当前 CUDA 设备)。
设置指定 GPU 的随机数生成器状态。
new_state (torch.ByteTensor) – 所需的状态
device (torch.device 或 int, 可选) – 用于设置 RNG 状态的设备。默认为 'cuda'
(即 torch.device('cuda')
,当前 CUDA 设备)。