Args Class — pytorch Architecture
Architecture documentation for the Args class in vec_bfloat16.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cpu/vec/sve/vec_bfloat16.h lines 45–51
template <
typename... Args,
typename = std::enable_if_t<(sizeof...(Args) == size())>>
Vectorized(Args... vals) {
__at_align__ BFloat16 buffer[size()] = {vals...};
values = svld1_bf16(ptrue, reinterpret_cast<const bfloat16_t*>(buffer));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free