Rate this Page
โ˜… โ˜… โ˜… โ˜… โ˜…

torch.mtia.set_rng_state#

torch.mtia.set_rng_state(new_state, device='mtia')[source]#

Sets the random number generator state.

Parameters
  • new_state (torch.ByteTensor) โ€“ The desired state

  • device (torch.device or int, optional) โ€“ The device to set the RNG state. Default: 'mtia' (i.e., torch.device('mtia'), the current mtia device).