Home
last modified time | relevance | path

Searched refs:permutedShape (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp800 SmallVector<int64_t, 4> permutedShape(elementOffsets.size()); in matchAndRewrite() local
804 permutedShape[indices.value()] = (*targetShape)[indices.index()]; in matchAndRewrite()
807 loc, tranposeOp.getVector(), permutedOffsets, permutedShape, strides); in matchAndRewrite()