Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_combiner.cc448 for (const auto& combine_set : combine_sets) { in Run() local
449 if (combine_set.size() >= 2) { in Run()
451 for (int64 i = 0; i < combine_set.front().size(); ++i) { in Run()
453 to_combine.reserve(combine_set.size()); in Run()
454 for (const auto& c : combine_set) { in Run()