ndarray
autograd
loss
mxnet.ndarray.
log2
Returns element-wise Base-2 logarithmic value of the input.
2**log2(x) = x
The storage type of log2 output is always dense
Defined in src/operator/tensor/elemwise_unary_op_basic.cc:L990
data (NDArray) – The input array.
out (NDArray, optional) – The output NDArray to hold the result.
out – The output of this function.
NDArray or list of NDArrays