Home
last modified time | relevance | path

Searched defs:get_rng_state (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/
H A Drandom.py22 def get_rng_state() -> torch.Tensor: function
/aosp_15_r20/external/pytorch/torch/cuda/
H A Drandom.py23 def get_rng_state(device: Union[int, str, torch.device] = "cuda") -> Tensor: function
/aosp_15_r20/external/pytorch/torch/xpu/
H A Drandom.py10 def get_rng_state(device: Union[int, str, torch.device] = "xpu") -> Tensor: function
/aosp_15_r20/external/pytorch/torch/mps/
H A D__init__.py36 def get_rng_state(device: Union[int, str, torch.device] = "mps") -> Tensor: function
/aosp_15_r20/external/pytorch/torch/mtia/
H A D__init__.py284 def get_rng_state(device: Union[int, str, torch.device] = "mtia") -> Tensor: function
/aosp_15_r20/external/pytorch/test/
H A Dtest_cpp_extensions_open_device_registration.py46 def get_rng_state(device: Union[int, str, torch.device] = "foo") -> torch.Tensor: function