Searched refs:RandomGen (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/testcases/network/nfsv4/acl/ |
D | test_acl.py | 52 test = RandomGen() 65 test = RandomGen() 85 test = RandomGen() 114 test = RandomGen()
|
D | cleangroups.py | 8 test = RandomGen()
|
D | cleanusers.py | 8 test = RandomGen()
|
D | create_users.py | 18 test=RandomGen()
|
D | setacl_stress.py | 17 test = RandomGen()
|
D | test_long_acl.py | 21 test = RandomGen()
|
D | random_gen.py | 15 class RandomGen(object): class
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/rl/ |
D | rl_buffer_impl.cuh | 32 void RandomGen(const int size, curandState *globalState, unsigned int *value, unsigned int *key, cu…
|
D | rl_buffer_impl.cu | 152 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/ |
D | buffer_sample_gpu_kernel.cc | 110 RandomGen(k_num, devStates_, indexes, key, cuda_stream); in Launch()
|