maximum Class — pytorch Architecture
Architecture documentation for the maximum class in vec256_qint8_vsx.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h lines 448–453
template <>
Vectorized<c10::qint8> inline maximum(
const Vectorized<c10::qint8>& a,
const Vectorized<c10::qint8>& b) {
return a.maximum(b);
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free