| 381 | /// outurn the index of the element with the min value. |
| 382 | template <typename DType, typename Lang> |
| 383 | void 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 |
| 387 | template <typename DType, typename Lang> |
| 388 | void Asum(const Tensor &in, DType *out, Context *ctx) { |
nothing calls this directly
no outgoing calls
no test coverage detected