Searched defs:next_float_normal_sample (Results 1 – 2 of 2) sorted by relevance
44 float next_float_normal_sample; member286 std::optional<float> CPUGeneratorImpl::next_float_normal_sample() { in next_float_normal_sample() function in at::CPUGeneratorImpl
25 std::optional<float> next_float_normal_sample() { return next_float_normal_sample_; } in next_float_normal_sample() function