Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDistributionUniform.cu8 void uniform_kernel(TensorIteratorBase& iter, double from, double to, std::optional<Generator> gen)… in uniform_kernel() function
H A DDistributionTemplates.h458 void uniform_kernel(TensorIteratorBase& iter, double from_, double to_, RNG gen) { in uniform_kernel() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DDistributionKernels.cpp208 void uniform_kernel(TensorIteratorBase& iter, double from, double to, std::optional<Generator> gen)… in uniform_kernel() function
H A DDistributionTemplates.h267 void uniform_kernel(TensorIteratorBase& iter, double from_, double to_, RNG generator) { in uniform_kernel() function