get_extra_args_types Class — pytorch Architecture
Architecture documentation for the get_extra_args_types class in jit_utils.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/cuda/jit_utils.h lines 29–32
template <typename... Args>
c10::SmallVector<at::ScalarType> get_extra_args_types() {
return {c10::CppTypeToScalarType<Args>::value ...};
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free