Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp344 SmallVector<int64_t, 4> operandStrides(operandOffets.size(), 1); in matchAndRewrite() local
346 loc, operand, operandOffets, operandShape, operandStrides); in matchAndRewrite()
435 SmallVector<int64_t, 4> operandStrides(offsets.size(), 1); in matchAndRewrite() local
437 loc, reductionOp.getSource(), offsets, *targetShape, operandStrides); in matchAndRewrite()