cupy.broadcast¶
-
class
cupy.broadcast(*arrays)¶ Object that performs broadcasting.
CuPy actually uses this class to support broadcasting in various operations. Note that this class does not provide an iterator.
Parameters: arrays (tuple of arrays) – Arrays to be broadcasted.
Variables: See also
Methods
Attributes
-
nd¶
-
shape¶
-
size¶
-
values¶
-