@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])
[ Full content available at: https://github.com/apache/incubator-mxnet/pull/12536 ] This message was relayed via gitbox.apache.org for [email protected]
