Skip to content

Commit c5fe8c3

Browse files
committed
fix: add CuPy support
1 parent 6c470f6 commit c5fe8c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

signatures/manipulation/broadcast_shapes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ numpy.broadcast_shapes(*args) → Tuple
88

99
## CuPy
1010

11-
```
11+
CuPy borrows `broadcast_shapes` from NumPy (see https://github.com/cupy/cupy/blob/a888cc94c79729cf24ebb808d15b9702c0342392/cupy/__init__.py#L302)
1212

13+
```
14+
cupy.broadcast_shapes(*args) → Tuple
1315
```
1416

1517
## dask.array

0 commit comments

Comments
 (0)