export_csr Class — pytorch Architecture
Architecture documentation for the export_csr class in SparseBlas.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/mkl/SparseBlas.cpp lines 171–175
template <>
void export_csr<float>(MKL_SPARSE_EXPORT_CSR_ARGTYPES(float)) {
TORCH_MKLSPARSE_CHECK(mkl_sparse_s_export_csr(
source, 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