MXNetSharp
MXNetSharp copied to clipboard
Implement NDArray advanced indexing
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