torch.cuda.set_rng_state¶ torch.cuda.set_rng_state(new_state, device='cuda')[source][source]¶ 設定指定 GPU 的隨機數生成器狀態。 引數 new_state (torch.ByteTensor) – 期望的狀態 device (torch.device 或 int, 可選) – 設定 RNG 狀態的裝置。預設為 'cuda' (即 torch.device('cuda'), 當前的 CUDA 裝置)。