Closed
Description
Type hint jax.Array.at
to aid IDEs.
Didn't submit a PR directly because
- Not sure if there is any circular import issue
_IndexUpdateHelper
is in internal, do we change the name or__name__
to make it look better?
General question for JAX developers: is there a 'canonical' name for the at
-properties? jax.Array.at
is not convenient for verbal communication. Maybe, functional array index accessor? I really want a name that is searchable, and I could refer to, say when answering questions in Github discussions.