Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DHoistPadding.cpp543 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 DUtils.cpp58 computeTransposedType(RankedTensorType rankedTensorType,ArrayRef<int64_t> transposeVector) computeTransposedType() argument
/llvm-project/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp254 makeTransposeOp(OpBuilder & b,Location loc,Value inputTensor,Value outputTensor,ArrayRef<int64_t> transposeVector) makeTransposeOp() argument