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 设备)。