Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DCPUGeneratorImpl.cpp311 void CPUGeneratorImpl::set_next_double_normal_sample(std::optional<double> randn) { in set_next_double_normal_sample() function in at::CPUGeneratorImpl
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcpu_rng_test.cpp28 …void set_next_double_normal_sample(std::optional<double> randn) { next_double_normal_sample_ = ran… in set_next_double_normal_sample() function