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 2018/11/10 01:56:34 UTC

[GitHub] lanking520 commented on a change in pull request #13039: [MXNET-918] Random module

lanking520 commented on a change in pull request #13039: [MXNET-918] Random module
URL: https://github.com/apache/incubator-mxnet/pull/13039#discussion_r232436752
 
 

 ##########
 File path: scala-package/core/src/main/scala/org/apache/mxnet/NDArray.scala
 ##########
 @@ -39,6 +39,7 @@ object NDArray extends NDArrayBase {
   private val functions: Map[String, NDArrayFunction] = initNDArrayModule()
 
   val api = NDArrayAPI
+  val random = NDArrayRandomAPI
 
 Review comment:
   Can we consider moving this part to random.scala?

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