Home / Class/ make_generator Class — pytorch Architecture

make_generator Class — pytorch Architecture

Architecture documentation for the make_generator class in Generator.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/core/Generator.h lines 141–144

template<class Impl, class... Args>
Generator make_generator(Args&&... args) {
  return Generator(c10::make_intrusive<Impl>(std::forward<Args>(args)...));
}

Analyze Your Own Codebase

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

Try Supermodel Free