| 181 | /// Base is e, Neper number. out[i]=exp(in[i]) |
| 182 | template <typename DType, typename Lang> |
| 183 | void Exp(const Tensor &in, Tensor *out, Context *ctx) { |
| 184 | LOG_FATAL("Exp", DType, Lang); |
| 185 | } |
| 186 | |
| 187 | /// out[i]=(in[i]<=x)?1.f:0.f |
| 188 | template <typename DType, typename Lang> |