Home / Class/ iter Class — pytorch Architecture

iter Class — pytorch Architecture

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

Entity Profile

Source Code

aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp lines 12–17

template <typename func_t>
struct CPUKernelLauncher {
  static void launch(TensorIteratorBase& iter, const func_t& f) {
    cpu_kernel(iter, f);
  }
};

Analyze Your Own Codebase

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

Try Supermodel Free