is_zarch_implemented_complex Class — pytorch Architecture
Architecture documentation for the is_zarch_implemented_complex class in vec256_zarch.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cpu/vec/vec256/zarch/vec256_zarch.h lines 38–42
template <typename T>
constexpr bool is_zarch_implemented_complex() {
return std::is_same_v<T, c10::complex<float>> ||
std::is_same_v<T, c10::complex<double>>;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free