chainer.functions.log10

chainer.functions.log10(x)[source]

Elementwise logarithm function to the base 10.

yi=log10xi.
Parameters

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

Returns

Output variable.

Return type

Variable