mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 04:16:07 +00:00

This allows users of jnp.take_along_axis to override the out-of-bounds indexing behavior. Default to "clip", which for the forward computation is identical to the current behavior. In a future change, we will change this to "fill".