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