Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDistributions.cu64 struct curand_uniform_wrapper { struct
65 curandStatePhilox4_32_10_t &state;
66 __device__ curand_uniform_wrapper(curandStatePhilox4_32_10_t &state): state(state) {} in curand_uniform_wrapper() argument
67 __device__ float operator()() { in operator ()()