Searched refs:imported_computations (Results 1 – 1 of 1) sorted by relevance
4009 std::vector<HloComputationProto> imported_computations; in AddCalledComputation() local4010 imported_computations.reserve(computation.proto().computations_size()); in AddCalledComputation()4029 imported_computations.push_back(std::move(new_computation)); in AddCalledComputation()4035 for (auto& imported_computation : imported_computations) { in AddCalledComputation()