Home / Class/ call Class — pytorch Architecture

call Class — pytorch Architecture

Architecture documentation for the call class in infer_schema.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/core/op_registration/infer_schema.h lines 94–99

template<>
struct createReturns<void, void> final {
  static constexpr std::array<ArgumentDef, 0> call() {
    return createReturns<std::tuple<>>::call();
  }
};

Analyze Your Own Codebase

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

Try Supermodel Free