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/26 14:56:51 UTC

[GitHub] huangzehao opened a new issue #8822: Can mx.nd.where(condition, x, y) supports if both x and y are None?

huangzehao opened a new issue #8822: Can mx.nd.where(condition, x, y) supports if both x and y are None?
URL: https://github.com/apache/incubator-mxnet/issues/8822
 
 
   Hi, can mx.nd.where(condition, x, y) supports if both x and y are None, like [tf.where](https://www.tensorflow.org/api_docs/python/tf/where) and [np.where](https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.where.html)?
   If both x and y are None, then this operation returns the coordinates of true elements of condition.
   @piiswrong @zhreshold 
   Thanks!

----------------------------------------------------------------
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