Searched refs:new_computations (Results 1 – 1 of 1) sorted by relevance
170 std::vector<std::unique_ptr<HloComputation>> new_computations; in ReplaceComputations() local171 new_computations.reserve(computations_.size()); in ReplaceComputations()233 new_computations.push_back(std::move(computation)); in ReplaceComputations()241 computations_ = std::move(new_computations); in ReplaceComputations()