Home / Class/ callOp Class — pytorch Architecture

callOp Class — pytorch Architecture

Architecture documentation for the callOp class in test_helpers.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/core/boxing/impl/test_helpers.h lines 48–55

template <class... Args>
inline std::vector<c10::IValue> callOp(
    const c10::OperatorHandle& op,
    Args... args) {
  auto stack = makeStack(std::forward<Args>(args)...);
  op.callBoxed(&stack);
  return stack;
}

Analyze Your Own Codebase

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

Try Supermodel Free