This code is counting the number of elements, so its possible the total number of elements in an array could be greater than 2,147,483,647 (2^31-1). This would be an 8GB array though. Seems like a special case. If you have a data set so large so that the data operated on by a single operator is 8GB you're probably going to batch it up into something smaller.
This would be a different feature request. And we would probably want to review this separately from the feature in this PR (extending 2D to N-D) [ Full content available at: https://github.com/apache/incubator-mxnet/pull/12430 ] This message was relayed via gitbox.apache.org for [email protected]
