cupynumeric.broadcast_shapes#
- cupynumeric.broadcast_shapes(
- *args: NdShapeLike | Sequence[NdShapeLike],
Broadcast the input shapes into a single shape.
- Parameters:
*args (tuples of ints, or ints) – The shapes to be broadcast against each other.
- Returns:
tuple
- Return type:
Broadcasted shape.
See also
- Availability:
Multiple GPUs, Multiple CPUs