QConvGroups Class — pytorch Architecture
Architecture documentation for the QConvGroups class in qconv_unpack.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/quantized/qconv_unpack.cpp lines 158–164
class QConvGroups final {
public:
static int64_t run(
const c10::intrusive_ptr<ConvPackedParamsBase<kSpatialDim>>& packed_weight) {
return packed_weight->groups();
}
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free