Home
last modified time | relevance | path

Searched refs:collective_unique_ptr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.cc406 auto collective_unique_ptr = absl::make_unique<Collective>( in AddParticipant() local
409 collective = collective_unique_ptr.get(); in AddParticipant()
411 std::move(collective_unique_ptr)); in AddParticipant()