Searched refs:getIndicesVector (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | NamedOpConversions.cpp | 25 static llvm::SmallVector<int64_t> getIndicesVector(int start, int end) { in getIndicesVector() function 52 getIndicesVector(0, 1), getIndicesVector(1, 2), getIndicesVector(2, 4)}; in matchAndReplaceDepthwiseConv() 61 getIndicesVector(0, 1), getIndicesVector(1, 2), getIndicesVector(2, 3), in matchAndReplaceDepthwiseConv() 62 getIndicesVector(3, 5)}; in matchAndReplaceDepthwiseConv()
|