We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arbitrary-dim operations on indexing are very rare, and correct implementation isn't simple.
Ellipsis for indexing can appear in multiple roles (as reduced axes, as indexers, as batch-like axes, etc.).
Supporting all of them at the same creates complex logic that is unlikely to ever pay off.
So this post collects different use-cases when ellipsis is indeed the right solution to the problem (yes, feel free to post your cases!)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Arbitrary-dim operations on indexing are very rare, and correct implementation isn't simple.
Ellipsis for indexing can appear in multiple roles (as reduced axes, as indexers, as batch-like axes, etc.).
Supporting all of them at the same creates complex logic that is unlikely to ever pay off.
So this post collects different use-cases when ellipsis is indeed the right solution to the problem (yes, feel free to post your cases!)
The text was updated successfully, but these errors were encountered: