blob: af773204a4bfa69f21b0fae5b3ed7109c84dbf4e [file] [log] [blame]
``mx.nd.size.array``
========================================
Description
----------------------
Returns a 1D int64 array containing the size of data.
**Example**::
size_array([[1,2,3,4], [5,6,7,8]]) = [8]
Arguments
------------------
+----------------------------------------+------------------------------------------------------------+
| Argument | Description |
+========================================+============================================================+
| ``data`` | NDArray-or-Symbol. |
| | |
| | Input Array. |
+----------------------------------------+------------------------------------------------------------+
Value
----------
``out`` The result mx.ndarray
Link to Source Code: http://github.com/apache/incubator-mxnet/blob/1.6.0/src/operator/tensor/elemwise_unary_op_basic.cc#L625