MXNetSharp icon indicating copy to clipboard operation
MXNetSharp copied to clipboard

Implement NDArray advanced indexing

Open kevmal opened this issue 5 years ago • 0 comments

Implement advanced indexing -- support indexing by array or ndarray of indices. Currently only basic indexing is supported: NewAxis, slicing and stepping with SliceRange obj.

https://github.com/apache/incubator-mxnet/blob/7713a43353b06b91ae7d5d508868b42ce557e487/python/mxnet/ndarray/ndarray.py#L1265

kevmal avatar Nov 27 '19 22:11 kevmal