nswamy commented on issue #12536: [MXNET-913][WIP] Java API --- Scala NDArray 
Improvement
URL: https://github.com/apache/incubator-mxnet/pull/12536#issuecomment-422278416
 
 
   @lanking520 may be just printing the NDArray metadata in toString might be 
suffient
   `(x.shape, x.size, x.dtype, x.context)`
   * What is the use-case you are trying to solve with toString() ?
   * I don't think you should threshold on maxLength in toArray(), it will be 
confusing. there might be genuine cases where you want to move from 
Off-Heap(NDArray) to JVM Heap(Array[Float])
   
   

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