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
First brought up in #83. Having a[55] magically be a row-major wrapped index for Matrices (which otherwise require a 2D indexer) may be too magical, in light of the same not being true for NDArray. We may consider instead being more explicit, e.g. a.linear[55] or similar.
The text was updated successfully, but these errors were encountered:
First brought up in #83. Having
a[55]
magically be a row-major wrapped index for Matrices (which otherwise require a 2D indexer) may be too magical, in light of the same not being true for NDArray. We may consider instead being more explicit, e.g.a.linear[55]
or similar.The text was updated successfully, but these errors were encountered: