Thanks to visit codestin.com Credit goes to github.com
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 d9836ab commit 271cbb7Copy full SHA for 271cbb7
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