func Class — pytorch Architecture
Architecture documentation for the func class in KernelFunction_impl.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/core/boxing/KernelFunction_impl.h lines 202–206
template <KernelFunction::BoxedKernelFunction* func>
inline KernelFunction KernelFunction::makeFromBoxedFunction() {
return KernelFunction::makeFromBoxedKernel(
BoxedKernel::makeFromFunction<func>());
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free