Searched refs:totalCount (Results 1 – 4 of 4) sorted by relevance
63 int totalCount = srcLinearIndex; in matchAndRewrite() local65 srcIndices[dim] = totalCount % inputShape[dim]; in matchAndRewrite()66 totalCount /= inputShape[dim]; in matchAndRewrite()
184 int totalCount = linearIndex; in matchAndRewrite() local186 indices[dim] = totalCount % loopBounds[dim]; in matchAndRewrite()187 totalCount /= loopBounds[dim]; in matchAndRewrite()
1007 size_t totalCount = std::accumulate( in verifyValueSizeAttr() local1011 if (totalCount != expectedCount) in verifyValueSizeAttr()1014 << ") does not match with the total size (" << totalCount in verifyValueSizeAttr()
302 return pulls.totalCount != 0