Searched refs:DIMS (Results 1 – 2 of 2) sorted by relevance
412 const int DIMS = mat->dims; in forEach_impl() local413 const int COLS = mat->size[DIMS - 1]; in forEach_impl()414 if (DIMS <= 2) { in forEach_impl()420 idx[DIMS - 2] = range.start - 1; in forEach_impl()423 idx[DIMS - 2]++; in forEach_impl()424 for (int i = DIMS - 2; i >= 0; --i) { in forEach_impl()434 this->rowCall(&idx[0], COLS, DIMS); in forEach_impl()442 inline void rowCall(int* const idx, const int COLS, const int DIMS) const { in forEach_impl()443 int &col = idx[DIMS - 1]; in forEach_impl()
52 **DIMS** : It is the number of parameters for which we collect the data. In this case, we collect