multiply_every
- multiply_every(x, n, axis=None)[source]
Multiply blocks of size n along a specified axis.
- Parameters:
- Returns:
Resulting product array.
- Return type:
jnp.ndarray
- Raises:
ValueError – If the shape of the specified axis is not divisible by n.