You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
srush
changed the title
Make gather broadcast more effectively?
Gather broadcasting
Feb 8, 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 anindex
, I don't think it should be necessary that theindex
matches the dimensions of tensor A exactly except that is has dimension "dim_of_interest."I should be able to
gather
with anindex
with any subset of the named dimensions of A, as long as theindex
contains "dim_of_interest" as a dimension.The text was updated successfully, but these errors were encountered: