Home / Class/ set_next_float_normal_sample Class — pytorch Architecture

set_next_float_normal_sample Class — pytorch Architecture

Architecture documentation for the set_next_float_normal_sample class in DistributionsHelper.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/core/DistributionsHelper.h lines 155–159

template <typename RNG,
          typename = decltype(&RNG::set_next_float_normal_sample)>
C10_HOST_DEVICE void maybe_set_next_normal_sample(RNG* generator, const float* cache) {
  generator->set_next_float_normal_sample(*cache);
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free