| 392 | /// out = alpha * in + out |
| 393 | template <typename DType, typename Lang> |
| 394 | void Axpy(const DType alpha, const Tensor &in, Tensor *out, Context *ctx) { |
| 395 | LOG_FATAL("Axpy", DType, Lang); |
| 396 | } |
| 397 | |
| 398 | /// out = alpha * in + out |
| 399 | template <typename DType, typename Lang> |
nothing calls this directly
no outgoing calls
no test coverage detected