Searched defs:cauchy_kernel (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | DistributionCauchyKernel.cu | 8 void cauchy_kernel(TensorIteratorBase& iter, double median, double sigma, std::optional<Generator> … in cauchy_kernel() function
|
H A D | DistributionTemplates.h | 558 void cauchy_kernel(TensorIteratorBase& iter, double median_, double sigma_, RNG gen) { in cauchy_kernel() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | DistributionKernels.cpp | 29 static void cauchy_kernel(TensorIteratorBase& iter, double median, double sigma, std::optional<Gene… in cauchy_kernel() function
|
H A D | DistributionTemplates.h | 289 void cauchy_kernel(TensorIteratorBase& iter, double median, double sigma, RNG generator) { in cauchy_kernel() function
|