Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DCPUGeneratorImpl.cpp293 std::optional<double> CPUGeneratorImpl::next_double_normal_sample() { in next_double_normal_sample() function in at::CPUGeneratorImpl
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcpu_rng_test.cpp26 std::optional<double> next_double_normal_sample() { return next_double_normal_sample_; } in next_double_normal_sample() function