Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DDistributionTemplates.h219 Tensor& normal_out_impl(Tensor& output, const Tensor& mean, double std, std::optional<Generator> ge… in normal_out_impl() function
230 Tensor& normal_out_impl(Tensor& output, double mean, const Tensor& std, std::optional<Generator> ge… in normal_out_impl() function
245 Tensor& normal_out_impl(Tensor& output, const Tensor& mean, const Tensor& std, std::optional<Genera… in normal_out_impl() function