Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
Warning
This page was created from a pull request (#9655).
Broadcasts an array, adding new leading dimensions
operand (Any) – an array
Any
sizes (Sequence[int]) – a sequence of integers, giving the sizes of new leading dimensions to add to the front of the array.
Sequence
int
An array containing the result.
See also
jax.lax.broadcast_in_dim : add new dimensions at any location in the array shape.
previous
jax.lax.population_count
next
jax.lax.broadcasted_iota