Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorUtils.cpp111 Optional<SmallVector<int64_t, 4>> mlir::shapeRatio(ArrayRef<int64_t> superShape, in shapeRatio() argument
113 if (superShape.size() < subShape.size()) { in shapeRatio()
119 result.reserve(superShape.size()); in shapeRatio()
122 llvm::zip(llvm::reverse(superShape), llvm::reverse(subShape))) { in shapeRatio()
137 std::copy(superShape.rbegin() + commonSize, superShape.rend(), in shapeRatio()
140 assert(result.size() == superShape.size() && in shapeRatio()
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorUtils.h78 Optional<SmallVector<int64_t, 4>> shapeRatio(ArrayRef<int64_t> superShape,