Home / Class/ make_vectorized_loop2d Class — pytorch Architecture

make_vectorized_loop2d Class — pytorch Architecture

Architecture documentation for the make_vectorized_loop2d class in Loops.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/native/cpu/Loops.h lines 298–302

template <typename op_t, typename vop_t>
VectorizedLoop2d<op_t, vop_t> make_vectorized_loop2d(
    op_t &&op, vop_t &&vop) {
  return VectorizedLoop2d<op_t, vop_t>(std::forward<op_t>(op), std::forward<vop_t>(vop));
}

Analyze Your Own Codebase

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

Try Supermodel Free