spmmd Class — pytorch Architecture
Architecture documentation for the spmmd class in SparseBlas.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/mkl/SparseBlas.cpp lines 249–253
template <>
void spmmd<float>(MKL_SPARSE_SPMMD_ARGTYPES(float)) {
TORCH_MKLSPARSE_CHECK(mkl_sparse_s_spmmd(
operation, A, B, layout, C, ldc));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free