cast Class — pytorch Architecture
Architecture documentation for the cast class in vec256.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cpu/vec/vec256/vec256.h lines 91–94
template <>
inline Vectorized<float> cast<float, double>(const Vectorized<double>& src) {
return _mm256_castpd_ps(src);
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free