align_down Class — pytorch Architecture
Architecture documentation for the align_down class in Utils.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/vulkan/api/Utils.h lines 43–46
template <typename Type>
inline constexpr Type align_down(const Type& number, const Type& multiple) {
return (number / multiple) * multiple;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free