reminisce commented on a change in pull request #16621: [Numpy] Basic indexing
in symbolic interface of DeepNumpy
URL: https://github.com/apache/incubator-mxnet/pull/16621#discussion_r350468055
##########
File path: python/mxnet/ndarray/ndarray.py
##########
@@ -3125,6 +3128,26 @@ def _get_dim_size(start, stop, step):
return dim_size
+def _get_slice_len_for(slc, seq_length):
Review comment:
nit: change `_get_slice_len_for` to `_get_slice_len`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services