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

Function exp

python/singa/autograd.py:2724–2728  ·  view source on GitHub ↗

Return `exp(a)`, where a is Tensor.

(a)

Source from the content-addressed store, hash-verified

2722
2723
2724def exp(a):
2725 """
2726 Return `exp(a)`, where a is Tensor.
2727 """
2728 return Exp()(a)[0]
2729
2730
2731class LeakyRelu(Operator):

Callers

nothing calls this directly

Calls 1

ExpClass · 0.70

Tested by

no test coverage detected