MCPcopy Create free account
hub / github.com/apache/singa / GEMM

Function GEMM

src/core/tensor/tensor_math.h:445–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443/// transA indicates if the internal data layout is transposed of A
444template <typename DType, typename Lang>
445void GEMM(const DType alpha, const Tensor &A, const Tensor &B, const DType beta,
446 Tensor *C, Context *ctx) {
447 LOG_FATAL("GEMM", DType, Lang);
448}
449
450template <typename DType, typename Lang>
451void GEMMBatched(const DType alpha, const Tensor &A, const Tensor &B,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected