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
Now we have .lanes() which returns (D-1)-dim NdProducer of 1-dim arrays
and .axis_iter() which returns 1-dim NdProducer of (D-1)-dim arrays
Anything in between?
Say, I want to Zip 2-D array and projection of 4-D array, how do I facilitate that?