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