chainer.functions.exp

chainer.functions.exp(x)[source]

Elementwise exponential function.

Parameters:x (Variable or N-dimensional array) – Input variable.
Returns:Output variable.
Return type:Variable