Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorTransforms.h141 auto maybeShapeRatio = shapeRatio(*maybeUnrollShape, *targetShape); in matchAndRewrite() local
142 if (!maybeShapeRatio || in matchAndRewrite()
143 llvm::all_of(*maybeShapeRatio, [](int64_t v) { return v == 1; })) in matchAndRewrite()