Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dutil.h409 std::vector<T> ceil_of_ratios; in ElementWiseCeilOfRatio() local
411 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()