| 1550 | } |
| 1551 | |
| 1552 | const SubarrayTileOverlap* Subarray::subarray_tile_overlap() const { |
| 1553 | return &tile_overlap_; |
| 1554 | } |
| 1555 | |
| 1556 | void Subarray::compute_relevant_fragment_est_result_sizes( |
| 1557 | const std::vector<std::string>& names, |
no outgoing calls