Home
last modified time | relevance | path

Searched defs:rand_state (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/sponge/nvtit/
Dmd_iteration_setup_random_state_gpu_impl.cu21 void MD_Iteration_Setup_Random_State(int float4_numbers, curandStatePhilox4_32_10_t *rand_state, in… in MD_Iteration_Setup_Random_State()
Dmd_iteration_leap_frog_liujian_gpu_impl.cu54curandStatePhilox4_32_10_t *rand_state, float *rand_frc, float *output, in MD_Iteration_Leap_Frog_With_LiuJian()
Dmd_iteration_leap_frog_liujian_with_max_vel_impl.cu65 … float *acc, curandStatePhilox4_32_10_t *rand_state, in MD_Iteration_Leap_Frog_With_LiuJian_With_Max_Vel()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/sponge/nvtit/
Dmd_iteration_setup_random_state.h55 curandStatePhilox4_32_10_t *rand_state = reinterpret_cast<curandStatePhilox4_32_10_t *>(output); in Launch() local
Dmd_iteration_leap_frog_liujian_gpu_kernel.h62 auto rand_state = GetDeviceAddress<float>(inputs, 6); in Launch() local
Dmd_iteration_leap_frog_liujian_gpu_with_max_vel_kernel.h63 auto rand_state = GetDeviceAddress<float>(inputs, 6); in Launch() local
/third_party/ffmpeg/libavcodec/
Delbg.c57 AVLFG *rand_state; member
339 AVLFG *rand_state) in avpriv_init_elbg()
373 AVLFG *rand_state) in avpriv_do_elbg()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/sponge/
Dcommon_sponge.cuh285 __global__ static void Rand_Normal(const int float4_numbers, curandStatePhilox4_32_10_t *rand_state, in Rand_Normal()
293 …tic void Setup_Rand_Normal_Kernel(const int float4_numbers, curandStatePhilox4_32_10_t *rand_state, in Setup_Rand_Normal_Kernel()
/third_party/mindspore/mindspore/ops/operations/
Dsponge_update_ops.py629 … def infer_shape(self, inverse_mass, sqrt_mass_inverse, vel, crd, frc, acc, rand_state, rand_frc): argument
654 … def infer_dtype(self, inverse_mass, sqrt_mass_inverse, vel, crd, frc, acc, rand_state, rand_frc): argument
Dsponge_ops.py2795 … def infer_shape(self, inverse_mass, sqrt_mass_inverse, vel, crd, frc, acc, rand_state, rand_frc): argument
2820 … def infer_dtype(self, inverse_mass, sqrt_mass_inverse, vel, crd, frc, acc, rand_state, rand_frc): argument