Home
last modified time | relevance | path

Searched refs:set_next_float_normal_sample (Results 1 – 4 of 4) 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
348 gen->set_next_float_normal_sample(next_float_normal_sample_); in clone_impl()
H A DCPUGeneratorImpl.h29 void set_next_float_normal_sample(std::optional<float> randn);
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DDistributionsHelper.h135 DISTRIBUTION_HELPER_GENERATE_HAS_MEMBER(set_next_float_normal_sample);
/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