Home
last modified time | relevance | path

Searched refs:RandomGen (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/testcases/network/nfsv4/acl/
Dtest_acl.py52 test = RandomGen()
65 test = RandomGen()
85 test = RandomGen()
114 test = RandomGen()
Dcleangroups.py8 test = RandomGen()
Dcleanusers.py8 test = RandomGen()
Dcreate_users.py18 test=RandomGen()
Dsetacl_stress.py17 test = RandomGen()
Dtest_long_acl.py21 test = RandomGen()
Drandom_gen.py15 class RandomGen(object): class
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/rl/
Drl_buffer_impl.cuh32 void RandomGen(const int size, curandState *globalState, unsigned int *value, unsigned int *key, cu…
Drl_buffer_impl.cu152 void RandomGen(const int size, curandState *globalState, unsigned int *value, unsigned int *key, cu… in RandomGen() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/rl/
Dbuffer_sample_gpu_kernel.cc110 RandomGen(k_num, devStates_, indexes, key, cuda_stream); in Launch()