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.
broadcast_to
1 parent 23f1660 commit 4050990Copy full SHA for 4050990
spec/API_specification/data_type_functions.md
@@ -25,7 +25,7 @@ Broadcasts one or more arrays against one another.
25
- a list of broadcasted arrays. Each array must have the same shape. Each array must have the same dtype as its corresponding input array.
26
27
(function-broadcast-to)=
28
-### broadcast_to(x, shape, /)
+### broadcast_to(x, /, shape)
29
30
Broadcasts an array to a specified shape.
31
0 commit comments