rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
<ShubhamAgrawal[m> rcurtin: Is this correct?
<ShubhamAgrawal[m> Cause I am accessing only (0, maps - 1) slices but there are inMaps * maps slices.
<ShubhamAgrawal[m> s/I/it/, s/am/is/, s/*/\*/
<rcurtin[m]> Shubham Agrawal: you didn't paste the outer loop over `offset`, which will iterate over all the other slices. However, I may have misunderstood what you actually mean here---you didn't provide very many details