You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/06 20:03:46 UTC

[GitHub] zhreshold commented on issue #8546: What's the equivalent of np.where()?

zhreshold commented on issue #8546: What's the equivalent of np.where()?
URL: https://github.com/apache/incubator-mxnet/issues/8546#issuecomment-342269299
 
 
   numpy.where is cannot be fully supported because it's output shape is dependent on the values of data which is beyond the capability of inter_shape.
   In some circumstances, you can have a work-around using nd.arange and nd.take/pick operations.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services