Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DDropUnitDims.cpp371 SmallVector<Type> newInputOutputTypes; in matchAndRewrite() local
378 newInputOutputTypes.push_back(replacementInfo->type); in matchAndRewrite()
385 newInputOutputTypes.push_back(opOperand->get().getType()); in matchAndRewrite()
413 maybeCollapse(operand, newInputOutputTypes[flattenedIdx], in matchAndRewrite()
431 resultTypes.push_back(newInputOutputTypes[i + genericOp.getNumInputs()]); in matchAndRewrite()