@@ -86,7 +86,7 @@ Convert the input to an array.
86
86
87
87
88
88
(function-empty)=
89
- ### empty(shape, /, * , dtype=None, device=None)
89
+ ### empty(shape, * , dtype=None, device=None)
90
90
91
91
Returns an uninitialized array having a specified ` shape ` .
92
92
@@ -321,7 +321,7 @@ Returns coordinate matrices from coordinate vectors.
321
321
The returned arrays must have a numeric data type determined by {ref}`type-promotion`.
322
322
323
323
(function-ones)=
324
- ### ones(shape, /, *, dtype=None, device=None)
324
+ ### ones(shape, *, dtype=None, device=None)
325
325
326
326
Returns a new array having a specified `shape` and filled with ones.
327
327
@@ -371,7 +371,7 @@ Returns a new array filled with ones and having the same `shape` as an input arr
371
371
- an array having the same shape as `x` and filled with ones.
372
372
373
373
(function-zeros)=
374
- ### zeros(shape, /, *, dtype=None, device=None)
374
+ ### zeros(shape, *, dtype=None, device=None)
375
375
376
376
Returns a new array having a specified `shape` and filled with zeros.
377
377
0 commit comments