Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp373 int64_t numTransposedElements = ShapedType::getNumElements(prunedInShape); in matchAndRewrite() local
375 for (int64_t linearIdx = 0; linearIdx < numTransposedElements; in matchAndRewrite()