chainer.functions.cosh

chainer.functions.cosh(x)[source]

Elementwise hyperbolic cosine function.

\[y_i = \cosh x_i.\]
Parameters:x (Variable) – Input variable.
Returns:Output variable.
Return type:Variable