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