Skip to content
New issue

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

Ellipsis support: collecting use-cases #7

Open
arogozhnikov opened this issue Apr 2, 2023 · 0 comments
Open

Ellipsis support: collecting use-cases #7

arogozhnikov opened this issue Apr 2, 2023 · 0 comments

Comments

@arogozhnikov
Copy link
Owner

arogozhnikov commented Apr 2, 2023

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!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant