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

Function Axpy

src/core/tensor/tensor_math.h:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392/// out = alpha * in + out
393template <typename DType, typename Lang>
394void Axpy(const DType alpha, const Tensor &in, Tensor *out, Context *ctx) {
395 LOG_FATAL("Axpy", DType, Lang);
396}
397
398/// out = alpha * in + out
399template <typename DType, typename Lang>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected