Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp78 ArrayRef<int64_t> subShape) { in shapeRatio() argument
79 if (superShape.size() < subShape.size()) { in shapeRatio()
88 llvm::zip(llvm::reverse(superShape), llvm::reverse(subShape))) { in shapeRatio()
102 int commonSize = subShape.size(); in shapeRatio()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Utils/
H A DVectorUtils.h67 ArrayRef<int64_t> subShape);