gemm_batched Class — pytorch Architecture
Architecture documentation for the gemm_batched class in CPUBlas.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/CPUBlas.h lines 140–148
template <typename scalar_t>
void gemm_batched(
TransposeType transa, TransposeType transb,
int64_t batch_size, int64_t m, int64_t n, int64_t k,
scalar_t alpha,
const scalar_t * const *a, int64_t lda,
const scalar_t * const *b, int64_t ldb,
const scalar_t beta,
scalar_t * const *c, int64_t ldc);
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free