Searched defs:transposeVector (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | HoistPadding.cpp | 543 ArrayRef<int64_t> transposeVector, RankedTensorType transposedTensorType, in buildPackingLoopNestImpl() argument 679 ArrayRef<int64_t> transposeVector, const HoistPaddingAnalysis &analysis) { in buildPackingLoopNestImpl() argument 724 scf::ForOp outermostEnclosingForOp, ArrayRef<int64_t> transposeVector) { in buildPackingLoopNest() argument 940 ArrayRef<int64_t> transposeVector, tenso in hoistPaddingOnTensors() argument 1004 hoistPaddingOnTensors(tensor::PadOp opToHoist,int64_t numLoops,ArrayRef<int64_t> transposeVector,tensor::PadOp & hoistedOp,SmallVectorImpl<GenericOp> & transposeOps) hoistPaddingOnTensors() argument [all...] |
/llvm-project/mlir/lib/Dialect/Tensor/Utils/ |
H A D | Utils.cpp | 58 computeTransposedType(RankedTensorType rankedTensorType,ArrayRef<int64_t> transposeVector) computeTransposedType() argument
|
/llvm-project/mlir/lib/Dialect/Linalg/Utils/ |
H A D | Utils.cpp | 254 makeTransposeOp(OpBuilder & b,Location loc,Value inputTensor,Value outputTensor,ArrayRef<int64_t> transposeVector) makeTransposeOp() argument
|