create_csr Class — pytorch Architecture
Architecture documentation for the create_csr class in SparseBlas.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/mkl/SparseBlas.cpp lines 23–27
template <>
void create_csr<float>(MKL_SPARSE_CREATE_CSR_ARGTYPES(float)) {
TORCH_MKLSPARSE_CHECK(mkl_sparse_s_create_csr(
A, indexing, rows, cols, rows_start, rows_end, col_indx, values));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free