ndarray
autograd
loss
mxnet.ndarray.
size_array
Returns a 1D int64 array containing the size of data.
Example:
size_array([[1,2,3,4], [5,6,7,8]]) = [8]
Defined in src/operator/tensor/elemwise_unary_op_basic.cc:L572
data (NDArray) – Input Array.
out (NDArray, optional) – The output NDArray to hold the result.
out – The output of this function.
NDArray or list of NDArrays