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