Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp342 llvm::SmallVector<int64_t, 4> sliceSize(resultTy.getShape().begin(), in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp2157 OpFoldResult sliceSize = innerSliceOp.getMixedSizes()[en.index()]; in matchAndRewrite() local
2161 if (getConstantIntValue(sliceSize) != sourceSize) { in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2649 int64_t sliceSize = std::get<2>(it); in matchAndRewrite() local
2652 std::min(sliceOffset + sliceSize, maskDimSize) - sliceOffset); in matchAndRewrite()