Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
jit
vmap
pmap
jax.lax.
full
Returns an array of shape filled with fill_value.
shape (Sequence[Union[int, Any]]) β sequence of integers, describing the shape of the output array.
Sequence
Union
int
Any
fill_value (Any) β the value to fill the new array with.
dtype (Optional[Any]) β the type of the output array, or None. If not None, fill_value will be cast to dtype.
Optional