Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DDropUnitDims.cpp306 SmallVector<ShapedType, 4> newInputOutputTypes; in matchAndRewrite() local
315 newInputOutputTypes.push_back(replacementInfo.type); in matchAndRewrite()
333 if (operand.value().getType() == newInputOutputTypes[flattenedIdx]) in matchAndRewrite()
337 loc, newInputOutputTypes[flattenedIdx], operand.value(), in matchAndRewrite()
354 resultTypes.push_back(newInputOutputTypes[i + op.getNumInputs()]); in matchAndRewrite()