Home
last modified time | relevance | path

Searched defs:randperm (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_tensor_creation_ops.py29 def randperm(x: int): function
38 def randperm(x: int): function
/aosp_15_r20/external/python/cpython2/Demo/tkinter/guido/
Dsolitaire.py436 def randperm(n): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorFactories.cpp1107 Tensor randperm(int64_t n, in randperm() function
1115 Tensor randperm(int64_t n, std::optional<Generator> generator, in randperm() function