Home
last modified time | relevance | path

Searched refs:totalCount (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaFoldConstantTranspose.cpp63 int totalCount = srcLinearIndex; in matchAndRewrite() local
65 srcIndices[dim] = totalCount % inputShape[dim]; in matchAndRewrite()
66 totalCount /= inputShape[dim]; in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DConstantFold.cpp184 int totalCount = linearIndex; in matchAndRewrite() local
186 indices[dim] = totalCount % loopBounds[dim]; in matchAndRewrite()
187 totalCount /= loopBounds[dim]; in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp1007 size_t totalCount = std::accumulate( in verifyValueSizeAttr() local
1011 if (totalCount != expectedCount) in verifyValueSizeAttr()
1014 << ") does not match with the total size (" << totalCount in verifyValueSizeAttr()
/llvm-project-15.0.7/llvm/utils/git/
H A Dgithub-automation.py302 return pulls.totalCount != 0