ChaiBapchya commented on a change in pull request #13083: [WIP] [MXNET-345] Hardmax operator URL: https://github.com/apache/incubator-mxnet/pull/13083#discussion_r238778161
########## 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: @eric-haibin-lin suggested the same ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services