nswamy commented on a change in pull request #12064: Allow stop of arange to be 
inferred from dims.
URL: https://github.com/apache/incubator-mxnet/pull/12064#discussion_r211089996
 
 

 ##########
 File path: scala-package/core/src/main/scala/org/apache/mxnet/NDArray.scala
 ##########
 @@ -407,11 +407,30 @@ object NDArray extends NDArrayBase {
    * @param dType The data type of the `NDArray`. The default datatype is 
`DType.Float32`.
    * @return NDArray of evenly spaced values in the specified range.
    */
-  def arange(start: Float, stop: Option[Float] = None, step: Float = 1.0f,
+  def arange(start: Float, stop: Option[Float] = None, step: Float = 1.0f, 
repeat: Int = 1, 
 
 Review comment:
   @taliesinb Thanks for making this change. There is a compile error and CI is 
breaking. 
   I also want to slightly change this, I fixed the compile error and modified 
NDArray/Symbol and pushed a commit to your branch
   
   

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