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 2020/03/16 04:39:47 UTC

[GitHub] [incubator-mxnet] hanke580 commented on a change in pull request #17567: [Numpy] Add op fmax, fmin, fmod

hanke580 commented on a change in pull request #17567: [Numpy] Add op fmax, fmin, fmod
URL: https://github.com/apache/incubator-mxnet/pull/17567#discussion_r392779434
 
 

 ##########
 File path: python/mxnet/symbol/numpy/_symbol.py
 ##########
 @@ -4156,6 +4171,11 @@ def any(a, axis=None, out=None, keepdims=False):
         in which case a reference to out is returned.
     """
     return _npi.any(a, axis=axis, keepdims=keepdims, out=out)
+=======
 
 Review comment:
   Sorry for that, Fixed now.
   Thx

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services