Home / Class/ export_csr Class — pytorch Architecture

export_csr Class — pytorch Architecture

Architecture documentation for the export_csr class in SparseBlas.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/mkl/SparseBlas.h lines 116–122

template <typename scalar_t>
inline void export_csr(MKL_SPARSE_EXPORT_CSR_ARGTYPES(scalar_t)) {
  TORCH_INTERNAL_ASSERT(
      false,
      "at::mkl::sparse::export_csr: not implemented for ",
      typeid(scalar_t).name());
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free