HGEMM_Op Class — pytorch Architecture
Architecture documentation for the HGEMM_Op class in hgemm.cc from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/quantized/cpu/qnnpack/bench/hgemm.cc lines 164–175
class HGEMM_Op : public HGEMM {
public:
inline HGEMM_Op() : HGEMM(MR, NR, KR) {}
void SetUp(const benchmark::State& state) override {
mc_ = state.range(0);
nc_ = state.range(1);
kc_ = state.range(2);
HGEMM::SetUp(state);
}
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free