create_bsr Class — pytorch Architecture
Architecture documentation for the create_bsr class in SparseBlas.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/mkl/SparseBlas.h lines 49–55
template <typename scalar_t>
inline void create_bsr(MKL_SPARSE_CREATE_BSR_ARGTYPES(scalar_t)) {
TORCH_INTERNAL_ASSERT(
false,
"at::mkl::sparse::create_bsr: not implemented for ",
typeid(scalar_t).name());
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free