Home / Class/ callOpUnboxedWithPrecomputedDispatchKeySet Class — pytorch Architecture

callOpUnboxedWithPrecomputedDispatchKeySet Class — pytorch Architecture

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

Entity Profile

Source Code

aten/src/ATen/core/boxing/impl/test_helpers.h lines 71–78

template <class Result, class... Args>
inline Result callOpUnboxedWithPrecomputedDispatchKeySet(
    const c10::OperatorHandle& op,
    c10::DispatchKeySet ks,
    Args... args) {
  return op.typed<Result(Args...)>().redispatch(
      ks, std::forward<Args>(args)...);
}

Analyze Your Own Codebase

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

Try Supermodel Free