torch.mtia.get_rng_state¶ torch.mtia.get_rng_state(device='mtia')[原始碼][原始碼]¶ 將隨機數生成器狀態作為 ByteTensor 返回。 引數 device (torch.device 或 int, 可選) – 要返回其 RNG 狀態的裝置。預設值: 'mtia' (即 torch.device('mtia'),當前 mtia 裝置)。 返回型別 Tensor