all_masked Class — pytorch Architecture
Architecture documentation for the all_masked class in vec512_mask.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cpu/vec/vec512/vec512_mask.h lines 330–334
template <>
inline bool VecMask<int, 1>::all_masked() const {
__mmask16 mask = _mm512_movepi32_mask(mask_[0]);
return mask == 0xffff;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free