Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp726 auto opOperandType = opOperand->get().getType().cast<RankedTensorType>(); in fuseWithReshapeByExpansion() local
728 getExpandedType(opOperandType, indexingMap, expansionInfo); in fuseWithReshapeByExpansion()
737 opOperandType.getShape(), expandedOperandType.getShape(), in fuseWithReshapeByExpansion()
754 auto opOperandType = opOperand->get().getType().cast<RankedTensorType>(); in fuseWithReshapeByExpansion() local
756 getExpandedType(opOperandType, indexingMap, expansionInfo); in fuseWithReshapeByExpansion()
764 opOperandType.getShape(), expandedOutputType.getShape(), in fuseWithReshapeByExpansion()