Searched refs:set_next_float_normal_sample (Results 1 – 4 of 4) sorted by relevance
302 void CPUGeneratorImpl::set_next_float_normal_sample(std::optional<float> randn) { in set_next_float_normal_sample() function in at::CPUGeneratorImpl348 gen->set_next_float_normal_sample(next_float_normal_sample_); in clone_impl()
29 void set_next_float_normal_sample(std::optional<float> randn);
135 DISTRIBUTION_HELPER_GENERATE_HAS_MEMBER(set_next_float_normal_sample);
27 …void set_next_float_normal_sample(std::optional<float> randn) { next_float_normal_sample_ = randn;… in set_next_float_normal_sample() function