MR Class — pytorch Architecture
Architecture documentation for the MR 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 203–215
template <uint32_t MR, uint32_t NR, uint32_t NP, uint32_t KR>
class Q8GEMM_Op : public Q8GEMM {
public:
inline Q8GEMM_Op() : Q8GEMM(MR, NR, NP, KR) {}
void SetUp(const benchmark::State& state) override {
mc_ = state.range(0);
nc_ = state.range(1);
kc_ = state.range(2);
Q8GEMM::SetUp(state);
}
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free