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

Gather broadcasting #53

Open
MiroFurtado opened this issue Feb 7, 2019 · 0 comments
Open

Gather broadcasting #53

MiroFurtado opened this issue Feb 7, 2019 · 0 comments

Comments

@MiroFurtado
Copy link
Contributor

MiroFurtado commented Feb 7, 2019

If I have an n-dimensional tensor A with dimensions ("dima", "dimb", "dim_of_interest", "dimc", "dimd", "dime") that I want to gather with an index, I don't think it should be necessary that the index matches the dimensions of tensor A exactly except that is has dimension "dim_of_interest."

I should be able to gather with an index with any subset of the named dimensions of A, as long as the index contains "dim_of_interest" as a dimension.

@srush srush changed the title Make gather broadcast more effectively? Gather broadcasting Feb 8, 2019
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