Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusionOnTensors.cpp411 unsigned fusedTensorIndex) { in isFusableWithReshapeByDimExpansion() argument
426 linalgOp.getIndexingMap(fusedTensorIndex).getNumResults() > 0 && in isFusableWithReshapeByDimExpansion()
438 unsigned fusedTensorIndex, in fuseWithReshapeByExpansion() argument
440 assert(isFusableWithReshapeByDimExpansion(linalgOp, fusedTensorIndex) && in fuseWithReshapeByExpansion()
447 AffineMap fusedIndexMap = linalgOp.getIndexingMap(fusedTensorIndex); in fuseWithReshapeByExpansion()
547 if (operand.index() == fusedTensorIndex) { in fuseWithReshapeByExpansion()