Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DCPUGeneratorImpl.cpp302 void CPUGeneratorImpl::set_next_float_normal_sample(std::optional<float> randn) { in set_next_float_normal_sample() function in at::CPUGeneratorImpl
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcpu_rng_test.cpp27 …void set_next_float_normal_sample(std::optional<float> randn) { next_float_normal_sample_ = randn;… in set_next_float_normal_sample() function