[GitHub] [incubator-mxnet] yzhliu commented on a change in pull request #18251: New set default dtype

2020-05-18 Thread GitBox
yzhliu commented on a change in pull request #18251: URL: https://github.com/apache/incubator-mxnet/pull/18251#discussion_r426443035 ## File path: src/api/operator/numpy/np_init_op.cc ## @@ -216,7 +217,7 @@ MXNET_REGISTER_API("_npi.arange") param.repeat = 1; param.infer_r

[GitHub] [incubator-mxnet] yzhliu commented on a change in pull request #18251: New set default dtype

2020-05-13 Thread GitBox
yzhliu commented on a change in pull request #18251: URL: https://github.com/apache/incubator-mxnet/pull/18251#discussion_r424703989 ## File path: python/mxnet/ndarray/numpy/random.py ## @@ -112,7 +113,9 @@ def uniform(low=0.0, high=1.0, size=None, dtype=None, ctx=None, out=No