Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DDistributionTemplates.h79 struct RandomKernel { struct
80 void operator()(TensorIteratorBase& iter, std::optional<Generator> gen) { in operator()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDistributionTemplates.h393 struct RandomKernel { struct
394 void operator()(TensorIteratorBase& iter, RNG gen) { in operator()