Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDistributionCauchyKernel.cu8 void cauchy_kernel(TensorIteratorBase& iter, double median, double sigma, std::optional<Generator> … in cauchy_kernel() function
H A DDistributionTemplates.h558 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 DDistributionKernels.cpp29 static void cauchy_kernel(TensorIteratorBase& iter, double median, double sigma, std::optional<Gene… in cauchy_kernel() function
H A DDistributionTemplates.h289 void cauchy_kernel(TensorIteratorBase& iter, double median, double sigma, RNG generator) { in cauchy_kernel() function