if we're looping over the indices in the output shape here (where "i" is the index) what is "idx = i / base"? What is the base and why are we dividing by it?
I understand the ravel(unravel()) part, but what is the "+ offset + stride * (i - idx * base)" part computing? [ Full content available at: https://github.com/apache/incubator-mxnet/pull/12430 ] This message was relayed via gitbox.apache.org for [email protected]
