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

Function Amax

src/core/tensor/tensor_math.h:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375/// outurn the index of the element with the max value.
376template <typename DType, typename Lang>
377void Amax(const Tensor &in, size_t *out, Context *ctx) {
378 LOG_FATAL("Amax", DType, Lang);
379}
380
381/// outurn the index of the element with the min value.
382template <typename DType, typename Lang>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected