ChaiBapchya opened a new issue #12801: Inconsistent function signature of 
NDarray.randn
URL: https://github.com/apache/incubator-mxnet/issues/12801
 
 
   ## Description
   NDArray.randn function signature 
   `def rand (*shape, **kwargs):`
   is incorrect and inconsistent with rest of the signatures in Random Number 
Generator NDArray API
   
   a. Rest of the parameters - loc, scale, shape, dtype, ctx, out need to be 
included
   b. *shape has to be replaced by shape
   c. Why is another level of abstraction added by putting everything in 
**kwargs and then popping it up. If that's required, why not for others?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to