INDICES_DTYPE Class — pytorch Architecture
Architecture documentation for the INDICES_DTYPE class in qlinear_deserialize.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp lines 170–175
template <typename INDICES_DTYPE>
struct UnsignedIndicesTypeTrait {
static_assert(
sizeof(INDICES_DTYPE) == 0,
"Invalid dtype for UnsignedIndicesTypeTrait");
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free