You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/24 18:54:59 UTC

[GitHub] szha commented on a change in pull request #7572: Fix import error of broadcast max, min, mod in ndarray.py

szha commented on a change in pull request #7572: Fix import error of broadcast max, min, mod in ndarray.py
URL: https://github.com/apache/incubator-mxnet/pull/7572#discussion_r135101075
 
 

 ##########
 File path: python/mxnet/ndarray/ndarray.py
 ##########
 @@ -41,11 +41,11 @@
 from . import broadcast_add, broadcast_mul, transpose, broadcast_not_equal, broadcast_power
 from . import broadcast_sub, broadcast_div, broadcast_to, broadcast_equal, cast_storage
 from . import broadcast_greater, broadcast_greater_equal, broadcast_lesser, broadcast_lesser_equal
-from . import zeros_like, slice
+from . import zeros_like, slice, broadcast_minimum, broadcast_maximum, broadcast_mod
 
 Review comment:
   I only had luck doing wildcard import for this in #7584
 
----------------------------------------------------------------
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