Home
last modified time | relevance | path

Searched defs:reshapeOp (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusionOnTensors.cpp314 static bool isTensorReshapeOpFoldableByLinearization(TensorReshapeOp reshapeOp, in isTensorReshapeOpFoldableByLinearization()
437 fuseWithReshapeByExpansion(LinalgOp linalgOp, TensorReshapeOp reshapeOp, in fuseWithReshapeByExpansion()
696 TensorReshapeOp reshapeOp = in matchAndRewrite() local
755 TensorReshapeOp reshapeOp = in matchAndRewrite() local
/external/llvm-project/mlir/lib/Conversion/LinalgToLLVM/
DLinalgToLLVM.cpp167 auto reshapeOp = cast<ReshapeOp>(op); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp647 static OpFoldResult foldReshapeOp(ReshapeOpTy reshapeOp, in foldReshapeOp()