chainer.functions.log2

chainer.functions.log2(x)[source]

Elementwise logarithm function to the base 2.

yi=log2xi.
Parameters

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

Returns

Output variable.

Return type

Variable