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
The RawArray and NestedArray constructors should be refactored. I copied most of the logic for RawArray from NestedArray (only adding strides to the constructor), but the logic deciding how to deal with initializing this.data is hard to understand.