| 86 | /// out[i] = |in[i]| |
| 87 | template <typename DType, typename Lang> |
| 88 | void Abs(const Tensor &in, Tensor *out, Context *ctx) { |
| 89 | LOG_FATAL("Abs", DType, Lang); |
| 90 | } |
| 91 | |
| 92 | template <typename DType, typename Lang> |
| 93 | void Erf(const Tensor &in, Tensor *out, Context *ctx) { |
nothing calls this directly
no outgoing calls
no test coverage detected