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 2019/07/03 06:57:25 UTC

[GitHub] [incubator-mxnet] hgt312 commented on a change in pull request #15292: Numpy-compatibe GCD operation

hgt312 commented on a change in pull request #15292: Numpy-compatibe GCD operation
URL: https://github.com/apache/incubator-mxnet/pull/15292#discussion_r299801302
 
 

 ##########
 File path: python/mxnet/symbol/numpy/_symbol.py
 ##########
 @@ -992,6 +993,9 @@ def minimum(x1, x2, out=None):
 def add(x1, x2, out=None):
     return _ufunc_helper(x1, x2, _npi.add, _np.add, _npi.add_scalar, None, out)
 
+@set_module('mxnet.symbol.numpy')
 
 Review comment:
   More blank lines before and after `gcd`

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