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 2018/12/04 03:38:33 UTC

[GitHub] anirudhacharya commented on a change in pull request #13083: [WIP] [MXNET-345] Hardmax operator

anirudhacharya commented on a change in pull request #13083: [WIP] [MXNET-345] Hardmax operator
URL: https://github.com/apache/incubator-mxnet/pull/13083#discussion_r238520935
 
 

 ##########
 File path: python/mxnet/ndarray/contrib.py
 ##########
 @@ -542,3 +542,31 @@ def isnan(data):
     <NDArray 2 @cpu(0)>
     """
     return data != data
+
+def hardmax(data):
 
 Review comment:
   why is this operator in contrib?

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