Searched refs:ceil_of_ratios (Results 1 – 1 of 1) sorted by relevance
409 std::vector<T> ceil_of_ratios; in ElementWiseCeilOfRatio() local411 ceil_of_ratios.reserve(dividends.size()); in ElementWiseCeilOfRatio()412 absl::c_transform(dividends, divisors, std::back_inserter(ceil_of_ratios), in ElementWiseCeilOfRatio()416 return ceil_of_ratios; in ElementWiseCeilOfRatio()