Searched refs:superShape (Results 1 – 2 of 2) sorted by relevance
77 Optional<SmallVector<int64_t, 4>> mlir::shapeRatio(ArrayRef<int64_t> superShape, in shapeRatio() argument79 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()
66 Optional<SmallVector<int64_t, 4>> shapeRatio(ArrayRef<int64_t> superShape,