Searched defs:expandedType (Results 1 – 8 of 8) sorted by relevance
/llvm-project/mlir/include/mlir/Dialect/Utils/ |
H A D | ReshapeOpsUtils.h | 137 static LogicalResult verifyReshapeLikeTypes(Op op, T expandedType, in verifyReshapeLikeTypes() argument
|
/llvm-project/mlir/lib/Conversion/TosaToTensor/ |
H A D | TosaToTensor.cpp | 242 auto expandedType = inferReshapeExpandedType(inputType, newShape); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Arith/Utils/ |
H A D | Utils.cpp | 25 ShapedType expandedType, in inferExpandShapeOutputShape() argument
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorContract.cpp | 873 auto expandedType = in matchAndRewriteMaskableOp() local 879 auto expandedType = in matchAndRewriteMaskableOp() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | ElementwiseOpFusion.cpp | 787 RankedTensorType expandedType = isExpanding fuseWithReshapeByExpansion() local 993 RankedTensorType expandedType = reshapeOp.getSrcType(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | PolynomialApproximation.cpp | 136 auto expandedType = VectorType::get(expandedShape, eltType); handleMultidimensionalVectors() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 1653 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 D | MemRefOps.cpp | 2267 inferOutputShape(OpBuilder & b,Location loc,MemRefType expandedType,ArrayRef<ReassociationIndices> reassociation,ArrayRef<OpFoldResult> inputShape) inferOutputShape() argument
|