createArgumentVectorFromTypes Class — pytorch Architecture
Architecture documentation for the createArgumentVectorFromTypes class in infer_schema.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/core/op_registration/infer_schema.h lines 101–106
template <typename ReturnType>
struct createSingleReturn {
static constexpr std::array<ArgumentDef, 1> call() {
return createArgumentVectorFromTypes<ReturnType>(std::make_index_sequence<1>());
}
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free