chainer.functions.log

chainer.functions.log(x)[source]

Elementwise natural logarithm function.

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