is_floating_point_v Class — pytorch Architecture
Architecture documentation for the is_floating_point_v class in vec256_zarch.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cpu/vec/vec256/zarch/vec256_zarch.h lines 839–845
template <
typename U = T,
std::enable_if_t<!std::is_floating_point_v<U>, int> = 0>
Vectorized<U> angle() const {
return blendv(
Vectorized<U>(0), Vectorized<U>(c10::pi<U>), *this < Vectorized<U>(0));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free