jax.lax.broadcast_in_dim
Warning
This page was created from a pull request (#9655).
jax.lax.broadcast_in_dim¶
- jax.lax.broadcast_in_dim(operand, shape, broadcast_dimensions)[source]¶
Wraps XLA’s BroadcastInDim operator.
- Parameters
- Return type
- Returns
An array containing the result.
See also
jax.lax.broadcast : simpler interface to add new leading dimensions.