Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DDropUnitDims.cpp368 RankedTensorType origResultType = op.getResult(result.index()) in matchAndRewrite() local
371 if (origResultType != result.value().getType()) in matchAndRewrite()
373 loc, origResultType, result.value(), reassociationMaps[index])); in matchAndRewrite()