Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DDistributions.cpp284 Tensor& normal_out(const Tensor& mean, double std, std::optional<Generator> gen, Tensor& output) { in normal_out() function
293 Tensor& normal_out(double mean, const Tensor& std, std::optional<Generator> gen, Tensor& output) { in normal_out() function
303 Tensor& normal_out(const Tensor& mean, const Tensor& std, std::optional<Generator> gen, Tensor& out… in normal_out() function
H A DTensorFactories.cpp1059 Tensor& normal_out(double mean, double std, in normal_out() function