numpy / 1.22.0 / reference / generated / numpy.broadcast.size.html /

numpy.broadcast.size

attribute

broadcast. size

Total size of broadcasted result.

Examples

>>> x = np.array([1, 2, 3])
>>> y = np.array([[4], [5], [6]])
>>> b = np.broadcast(x, y)
>>> b.size
9

© 2005–2021 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.22/reference/generated/numpy.broadcast.size.html