Shortcuts

torch.mtia.get_rng_state

torch.mtia.get_rng_state(device='mtia')[source]

Returns the random number generator state as a ByteTensor.

Parameters

device (torch.device or int, optional) – The device to return the RNG state of. Default: 'mtia' (i.e., torch.device('mtia'), the current mtia device).

Return type

Tensor

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources