Home / Class/ mm Class — pytorch Architecture

mm Class — pytorch Architecture

Architecture documentation for the mm class in SparseBlas.cpp from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/mkl/SparseBlas.cpp lines 208–212

template <>
void mm<float>(MKL_SPARSE_MM_ARGTYPES(float)) {
  TORCH_MKLSPARSE_CHECK(mkl_sparse_s_mm(
      operation, alpha, A, descr, layout, B, columns, ldb, beta, C, ldc));
}

Analyze Your Own Codebase

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

Try Supermodel Free