Home
last modified time | relevance | path

Searched refs:next_float_normal_sample_ (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/aten/src/ATen/
DCPUGeneratorImpl.cpp84 next_float_normal_sample_{std::optional<float>()},
92 next_float_normal_sample_.reset(); in set_current_seed()
211 this->next_float_normal_sample_ = float_normal_sample; in set_state()
246 if (this->next_float_normal_sample_) { in get_state()
248 accum_state->next_float_normal_sample = *(this->next_float_normal_sample_); in get_state()
287 return next_float_normal_sample_; in next_float_normal_sample()
303 next_float_normal_sample_ = randn; in set_next_float_normal_sample()
348 gen->set_next_float_normal_sample(next_float_normal_sample_); in clone_impl()
DCPUGeneratorImpl.h37 std::optional<float> next_float_normal_sample_; member
/external/pytorch/aten/src/ATen/test/
Dcpu_rng_test.cpp25 std::optional<float> next_float_normal_sample() { return next_float_normal_sample_; } in 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()
41 std::optional<float> next_float_normal_sample_; member