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