What if I need different number of items from each row? 
For example 
```
indices = mx.nd.array([[0,1], [1,], [1, 2]])
```

Could you give me some info on how I could **take** the rows dynamically here?

[quote="sad, post:2, topic:4859"]
`take_indices = mx.nd.array([[0, 0], [1, 1], [2, 2]]) # e`
[/quote]


Thanks.





---
[Visit 
Topic](https://discuss.mxnet.apache.org/t/simple-ndarray-symbol-indexing/4859/5)
 or reply to this email to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.mxnet.apache.org/email/unsubscribe/2428bf17b7dc3f8928d3b03235223a0149705e4b71fb9197bf7f712c9cf0c243).

Reply via email to