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 2019/02/06 17:38:37 UTC

[GitHub] piyushghai commented on a change in pull request #14070: [MXNET-1178] updating scala docs

piyushghai commented on a change in pull request #14070: [MXNET-1178] updating scala docs
URL: https://github.com/apache/incubator-mxnet/pull/14070#discussion_r254375276
 
 

 ##########
 File path: scala-package/core/src/main/scala/org/apache/mxnet/Context.scala
 ##########
 @@ -38,11 +38,12 @@ object Context {
 }
 
 /**
- * Constructing a context.
-
- * @param deviceTypeName {'cpu', 'gpu'} String representing the device type
- * @param deviceId (default=0) The device id of the device, needed for GPU
- */
+  * Constructing a context which is used to specify the device and device type that will
+  * be utilized by the engine.
+  *
+  * @param deviceTypeName {'cpu', 'gpu'} String representing the device type
+  * @param deviceId The device id of the device, needed for GPU
 
 Review comment:
   Thanks for pointing it out.
   Done :) 

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