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

Function Amin

src/core/tensor/tensor_math.h:383–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381/// outurn the index of the element with the min value.
382template <typename DType, typename Lang>
383void Amin(const Tensor &in, size_t *out, Context *ctx) {
384 LOG_FATAL("Amin", DType, Lang);
385}
386/// out = sum |x| for all x in in
387template <typename DType, typename Lang>
388void Asum(const Tensor &in, DType *out, Context *ctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected