Tutorials
Advanced JAX Tutorials
Notes
Developer documentation
API documentation
jit
vmap
pmap
Warning
This page was created from a pull request.
jax.lax.
expand_dims
Insert any number of size 1 dimensions into an array.
array (Any) –
Any
dimensions (Tuple[int, …]) –
Tuple
int