QLinearUnpackWeightInt8Legacy Class — pytorch Architecture
Architecture documentation for the QLinearUnpackWeightInt8Legacy class in qlinear_unpack.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/quantized/qlinear_unpack.cpp lines 43–52
class QLinearUnpackWeightInt8Legacy final {
public:
static std::tuple<at::Tensor, std::optional<Tensor>> run(
const at::Tensor& packed_weight) {
TORCH_CHECK(false,
"quantized.linear_unpack(Tensor) is unsupported! Please "
"upgrade your model to use the newer quantized.linear_"
"unpack(LinearPackedParamsBase) overload");
}
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free