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