MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / exp

Function exp

tensorflow/python/keras/backend.py:2109–2118  ·  view source on GitHub ↗

Element-wise exponential. Arguments: x: Tensor or variable. Returns: A tensor.

(x)

Source from the content-addressed store, hash-verified

2107
2108@keras_export('keras.backend.exp')
2109def exp(x):
2110 """Element-wise exponential.
2111
2112 Arguments:
2113 x: Tensor or variable.
2114
2115 Returns:
2116 A tensor.
2117 """
2118 return math_ops.exp(x)
2119
2120
2121@keras_export('keras.backend.log')

Callers 15

testReduceLogSumExpMethod · 0.50
testReductionIndicesMethod · 0.50
testReductionIndices2Method · 0.50
testKeepDimsMethod · 0.50
testOverflowMethod · 0.50
testUnderflowMethod · 0.50
_WeightedCrossEntropyMethod · 0.50
TESTFunction · 0.50
operator()Method · 0.50
SigmoidPrepareFunction · 0.50
DecodeCenterSizeBoxesFunction · 0.50

Calls

no outgoing calls

Tested by 9

testReduceLogSumExpMethod · 0.40
testReductionIndicesMethod · 0.40
testReductionIndices2Method · 0.40
testKeepDimsMethod · 0.40
testOverflowMethod · 0.40
testUnderflowMethod · 0.40
_WeightedCrossEntropyMethod · 0.40
TESTFunction · 0.40