QMulOut Class — pytorch Architecture
Architecture documentation for the QMulOut class in qmul.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/quantized/cpu/qmul.cpp lines 338–344
class QMulOut final {
public:
static Tensor run(at::Tensor qa, at::Tensor qb, Tensor out) {
check_inputs(qa, qb);
return _mul_out<ReLUFused>(out, qa, qb);
}
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free