torch.mtia.set_rng_state¶ torch.mtia.set_rng_state(new_state, device='mtia')[原始碼][原始碼]¶ 設定隨機數生成器狀態。 引數 new_state (torch.ByteTensor) – 期望的狀態 device (torch.device 或 int, 可選) – 要設定 RNG 狀態的裝置。預設值:'mtia' (即 torch.device('mtia'),當前 mtia 裝置)。