mv Class — pytorch Architecture
Architecture documentation for the mv class in SparseBlas.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/mkl/SparseBlas.cpp lines 119–123
template <>
void mv<float>(MKL_SPARSE_MV_ARGTYPES(float)) {
TORCH_MKLSPARSE_CHECK(
mkl_sparse_s_mv(operation, alpha, A, descr, x, beta, y));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free