Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp77 Optional<SmallVector<int64_t, 4>> mlir::shapeRatio(ArrayRef<int64_t> superShape, in shapeRatio() argument
79 if (superShape.size() < subShape.size()) { in shapeRatio()
85 result.reserve(superShape.size()); in shapeRatio()
88 llvm::zip(llvm::reverse(superShape), llvm::reverse(subShape))) { in shapeRatio()
103 std::copy(superShape.rbegin() + commonSize, superShape.rend(), in shapeRatio()
106 assert(result.size() == superShape.size() && in shapeRatio()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Utils/
H A DVectorUtils.h66 Optional<SmallVector<int64_t, 4>> shapeRatio(ArrayRef<int64_t> superShape,