Help understanding start_index_map in jax.lax.gather #15696
Unanswered
davisyoshida
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Is there a reason you need to use But if you for some reason absolutely need to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Despite staring at the JAX and XLA docs for
gather
for quite some time, I've been unable to understand some of the arguments. For example, in testing some toy examples to try to build my intuition, I hit a case where errors told me:start_index_map
There aren't enough holes to hold all these pigeons! Can anyone give me a few minimal examples which illustrate the effect of various values of
start_index_map
?Beta Was this translation helpful? Give feedback.
All reactions