Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp755 RankedTensorType expandedOutputType = in fuseWithReshapeByExpansion() local
757 if (expandedOutputType != opOperand->get().getType()) { in fuseWithReshapeByExpansion()
764 opOperandType.getShape(), expandedOutputType.getShape(), in fuseWithReshapeByExpansion()
769 genericOp.getLoc(), expandedOutputType, opOperand->get(), in fuseWithReshapeByExpansion()