mx.nd.log2

Description

Returns element-wise Base-2 logarithmic value of the input.

2**log2(x) = x

The storage type of log2 output is always dense

Arguments

Argument

Description

data

NDArray-or-Symbol.

The input array.