Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DCPUGeneratorImpl.cpp44 float next_float_normal_sample; member
286 std::optional<float> CPUGeneratorImpl::next_float_normal_sample() { in next_float_normal_sample() function in at::CPUGeneratorImpl
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcpu_rng_test.cpp25 std::optional<float> next_float_normal_sample() { return next_float_normal_sample_; } in next_float_normal_sample() function