QLinearUnpackWeightInt8 Class — pytorch Architecture
Architecture documentation for the QLinearUnpackWeightInt8 class in qlinear_unpack.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/quantized/qlinear_unpack.cpp lines 20–26
class QLinearUnpackWeightInt8 final {
public:
static std::tuple<at::Tensor, std::optional<Tensor>> run(
const c10::intrusive_ptr<LinearPackedParamsBase>& packed_weight) {
return packed_weight->unpack();
}
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free