jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/jax
numpy
fullLike
Function fullLike
fullLike
(
a
:
ArrayLike
,
fillValue
:
number
|
boolean
|
Array
,
dtype
?:
DType
,
)
:
Array
Return a full array with the same shape and type as a given array.
Parameters
a
:
ArrayLike
fillValue
:
number
|
boolean
|
Array
Optional
dtype
:
DType
Returns
Array
jax-js
Loading...
Return a full array with the same shape and type as a given array.