chainer.functions.log1p

chainer.functions.log1p(x)[source]

Elementwise natural logarithm plus one function.

Parameters

x (Variable or N-dimensional array) – Input variable.

Returns

Output variable.

Return type

Variable