Home
last modified time | relevance | path

Searched refs:DiscreteDistributionType (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/core/
DDistributionsHelper.h229 struct DiscreteDistributionType { using type = float; }; argument
231 template <> struct DiscreteDistributionType<double> { using type = double; };
/external/pytorch/aten/src/ATen/native/cuda/
DDistributionTemplates.h516 using accscalar_t = at::DiscreteDistributionType<scalar_t>::type; in geometric_kernel()
652 using accscalar_t = at::DiscreteDistributionType<scalar_t>::type; in bernoulli_kernel()