Home
last modified time | relevance | path

Searched defs:expandedType (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Utils/
H A DReshapeOpsUtils.h137 static LogicalResult verifyReshapeLikeTypes(Op op, T expandedType, in verifyReshapeLikeTypes() argument
/llvm-project/mlir/lib/Conversion/TosaToTensor/
H A DTosaToTensor.cpp242 auto expandedType = inferReshapeExpandedType(inputType, newShape); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Arith/Utils/
H A DUtils.cpp25 ShapedType expandedType, in inferExpandShapeOutputShape() argument
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorContract.cpp873 auto expandedType = in matchAndRewriteMaskableOp() local
879 auto expandedType = in matchAndRewriteMaskableOp() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp787 RankedTensorType expandedType = isExpanding fuseWithReshapeByExpansion() local
993 RankedTensorType expandedType = reshapeOp.getSrcType(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp136 auto expandedType = VectorType::get(expandedShape, eltType); handleMultidimensionalVectors() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1653 inferOutputShape(OpBuilder & b,Location loc,RankedTensorType expandedType,ArrayRef<ReassociationIndices> reassociation,ArrayRef<OpFoldResult> inputShape) inferOutputShape() argument
1758 verifyTensorReshapeOp(TensorReshapeOp op,RankedTensorType expandedType,RankedTensorType collapsedType) verifyTensorReshapeOp() argument
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp2267 inferOutputShape(OpBuilder & b,Location loc,MemRefType expandedType,ArrayRef<ReassociationIndices> reassociation,ArrayRef<OpFoldResult> inputShape) inferOutputShape() argument