QLinearPackWeightInt8Cudnn Class — pytorch Architecture
Architecture documentation for the QLinearPackWeightInt8Cudnn class in LinearPrepack.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp lines 39–46
class QLinearPackWeightInt8Cudnn final {
public:
static c10::intrusive_ptr<LinearPackedParamsBase> run(
at::Tensor weight,
std::optional<Tensor> bias) {
return PackedLinearWeightCudnn::prepack(std::move(weight), std::move(bias));
}
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free