cupynumeric.broadcast#
- class cupynumeric.broadcast(*arrays: Any)#
Produce an object that broadcasts input parameters against one another. It has shape and nd properties and may be used as an iterator.
- Parameters:
*arrays (array_likes) – The arrays to broadcast.
- Returns:
b – Broadcast the input parameters against one another, and return an object that encapsulates the result. Amongst others, it has shape and nd properties, and may be used as an iterator.
- Return type:
- property shape: NdShape#
Shape of broadcasted result.