| 288 | /// out[i]=sqrt(in[i]) |
| 289 | template <typename DType, typename Lang> |
| 290 | void Sqrt(const Tensor &in, Tensor *out, Context *ctx) { |
| 291 | LOG_FATAL("Sqrt", DType, Lang); |
| 292 | } |
| 293 | |
| 294 | /// out[i]=square(in[i]) |
| 295 | template <typename DType, typename Lang> |