lanking520 commented on a change in pull request #14070: [MXNET-1178] updating
scala docs
URL: https://github.com/apache/incubator-mxnet/pull/14070#discussion_r254125413
##########
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:
Keep default 0?
----------------------------------------------------------------
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