chainer.functions.log10

chainer.functions.log10(x)[source]

Elementwise logarithm function to the base 10.

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