ndarray
autograd
loss
mxnet.ndarray.
log10
Returns element-wise Base-10 logarithmic value of the input.
10**log10(x) = x
The storage type of log10 output is always dense
Defined in src/operator/tensor/elemwise_unary_op_basic.cc:L978
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