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