| 443 | /// transA indicates if the internal data layout is transposed of A |
| 444 | template <typename DType, typename Lang> |
| 445 | void 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 | |
| 450 | template <typename DType, typename Lang> |
| 451 | void GEMMBatched(const DType alpha, const Tensor &A, const Tensor &B, |
nothing calls this directly
no outgoing calls
no test coverage detected