Home
last modified time | relevance | path

Searched defs:set_rng_state_all (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/cuda/
H A Drandom.py80 def set_rng_state_all(new_states: Iterable[Tensor]) -> None: function
/aosp_15_r20/external/pytorch/torch/xpu/
H A Drandom.py67 def set_rng_state_all(new_states: Iterable[Tensor]) -> None: function