We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827ad32 commit 75f5eedCopy full SHA for 75f5eed
src/array_api_extra/_lib/_funcs.py
@@ -96,6 +96,7 @@ def broadcast_shapes(*shapes: tuple[float | None, ...]) -> tuple[int | None, ...
96
See Also
97
--------
98
numpy.broadcast_shapes : Equivalent NumPy function.
99
+ array_api.broadcast_arrays : Function to broadcast actual arrays.
100
101
Notes
102
-----
0 commit comments