.at.set(, indices_are_sorted=True/False)
for 2D indices
#25031
Unanswered
PhilipVinc
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm not 100% sure (maybe someone else who knows more will weight in), but you might take a look at the XLA docs for more details about the expected behavior because this parameter is just passed through to XLA: https://openxla.org/xla/operation_semantics |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What does it mean for 2D indices to be sorted?
The documentation says simply that https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.ndarray.at.html
But it's unclear what it means for higher dimensional indices.
Should I understand it as if the memory offset in the underlying array (essentially, the index in the flattened version of a Nd array) are sorted?
Beta Was this translation helpful? Give feedback.
All reactions