Home
last modified time | relevance | path

Searched defs:reshape (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dmalloc-interprocedural.c77 static char *reshape(char *in) { in reshape() function
/llvm-project/mlir/lib/Conversion/TosaToTensor/
H A DTosaToTensor.cpp224 matchAndRewrite(tosa::ReshapeOp reshape, OpAdaptor adaptor, in matchAndRewrite() argument
[all...]
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DExpandStridedMetadata.cpp566 resolveReshapeStridedMetadata(RewriterBase & rewriter,ReassociativeReshapeLikeOp reshape,function_ref<SmallVector<OpFoldResult> (ReassociativeReshapeLikeOp,OpBuilder &,ArrayRef<OpFoldResult>,unsigned)> getReshapedSizes,function_ref<SmallVector<OpFoldResult> (ReassociativeReshapeLikeOp,OpBuilder &,ArrayRef<OpFoldResult>,ArrayRef<OpFoldResult>,unsigned)> getReshapedStrides) resolveReshapeStridedMetadata() argument
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp1088 ReshapeOp reshape; matchAndRewrite() local
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp1229 DenseElementsAttr DenseElementsAttr::reshape(ShapedType newType) { reshape() function in DenseElementsAttr
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1100 dim, "Dim op is not defined by a reshape op."); in matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp843 auto reshape = dim.getSource().getDefiningOp<ReshapeOp>(); matchAndRewrite() local
[all...]