stu1130 commented on a change in pull request #15219: Numpy compatible multinomial URL: https://github.com/apache/incubator-mxnet/pull/15219#discussion_r294097948
########## File path: python/mxnet/ndarray/numpy/random.py ########## @@ -17,11 +17,14 @@ """Namespace for operators used in Gluon dispatched by F=ndarray.""" from __future__ import absolute_import +import numpy as np from ...base import numeric_types from ...context import current_context +from ..ndarray import NDArray from . import _internal as _npi -__all__ = ['uniform', 'normal'] + Review comment: done! ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
