jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/jax
numpy
ones
Function ones
ones
(
shape
:
number
[]
,
opts
?:
{
device
?:
Device
;
dtype
?:
DType
}
)
:
Array
Return a new array of given shape and type, filled with ones.
Parameters
shape
:
number
[]
Optional
opts
:
{
device
?:
Device
;
dtype
?:
DType
}
Returns
Array
jax-js
Loading...
Return a new array of given shape and type, filled with ones.