Searched refs:combine_sets (Results 1 – 1 of 1) sorted by relevance
304 std::vector<std::vector<std::vector<HloInstruction*>>> combine_sets(1); in Run() local362 TF_RET_CHECK(!combine_sets.empty()); in Run()363 for (const auto& previous : combine_sets.back()) { in Run()408 combine_sets.emplace_back(); in Run()431 combine_sets.emplace_back(); in Run()437 combine_sets.back().push_back(instructions); in Run()448 for (const auto& combine_set : combine_sets) { in Run()