| 375 | /// outurn the index of the element with the max value. |
| 376 | template <typename DType, typename Lang> |
| 377 | void 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. |
| 382 | template <typename DType, typename Lang> |
nothing calls this directly
no outgoing calls
no test coverage detected