QEmbeddingPackWeights Class — pytorch Architecture
Architecture documentation for the QEmbeddingPackWeights class in qembeddingbag_prepack.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp lines 630–635
class QEmbeddingPackWeights final {
public:
static c10::intrusive_ptr<EmbeddingPackedParamsBase> run(const at::Tensor& weight) {
return PackedEmbeddingBagWeight::prepack(weight);
}
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free