Searched refs:new_computations (Results 1 – 1 of 1) sorted by relevance
129 std::vector<std::unique_ptr<HloComputation>> new_computations; in ReplaceComputations() local130 new_computations.reserve(computations_.size()); in ReplaceComputations()189 new_computations.push_back(std::move(computation)); in ReplaceComputations()197 computations_ = std::move(new_computations); in ReplaceComputations()