MCPcopy Create free account
hub / github.com/apache/singa / Exp

Function Exp

src/core/tensor/tensor_math.h:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181/// Base is e, Neper number. out[i]=exp(in[i])
182template <typename DType, typename Lang>
183void 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
188template <typename DType, typename Lang>

Callers 1

Cpp>Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected