nswamy commented on issue #12690: [MXNET-1000] get Ndarray real value and form 
it from a NDArray
URL: https://github.com/apache/incubator-mxnet/pull/12690#issuecomment-432071825
 
 
   quoting from Oracle's toString 
https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#toString()
   ```
   Returns a string representation of the object. In general, the toString 
method returns a string that
   "textually represents" this object. The result should be a **concise but 
informative representation**
   that is easy for a person to read. It is recommended that all subclasses 
override this method.
   ```
   It has to be concise: It might be helpful to print the metadata of the 
NDArray(Shape, DType,  ...).

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