Home / Class/ iter Class — pytorch Architecture

iter Class — pytorch Architecture

Architecture documentation for the iter class in Distributions.cpp from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/native/Distributions.cpp lines 184–189

template<typename RNG>
struct LogNormalStub {
  void operator()(TensorIteratorBase& iter, double mean, double std, std::optional<Generator> gen) {
    log_normal_stub(iter.device_type(), iter, mean, std, gen);
  }
};

Analyze Your Own Codebase

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

Try Supermodel Free