mask Class — pytorch Architecture
Architecture documentation for the mask class in vec256_zarch.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cpu/vec/vec256/zarch/vec256_zarch.h lines 678–682
template <int64_t mask>
static std::enable_if_t<blendChoice<sizeof(T)>(mask) == 0, Vectorized<T>>
C10_ALWAYS_INLINE blend(const Vectorized<T>& a, const Vectorized<T>& b) {
return a;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free