Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.cc384 auto collective_it = collectives_.find(collective_key); in SignalMultiNodeReady() local
385 if (collective_it != collectives_.end()) { in SignalMultiNodeReady()
386 Collective* collective = collective_it->second.get(); in SignalMultiNodeReady()
403 auto collective_it = collectives_.find(context.collective_key); in AddParticipant() local
405 if (collective_it == collectives_.end()) { in AddParticipant()
413 collective = collective_it->second.get(); in AddParticipant()