Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DDistributionsHelper.h65 struct uniform_int_full_range_distribution { struct
68 C10_HOST_DEVICE inline T operator()(RNG generator) { in operator()