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.cc474 auto collective_it = collectives_.find(collective_key); in SignalMultiNodeReady() local
475 if (collective_it != collectives_.end()) { in SignalMultiNodeReady()
476 Collective* collective = collective_it->second; in SignalMultiNodeReady()
505 auto collective_it = collectives_.find(context.collective_key); in AddParticipant() local
507 if (collective_it == collectives_.end()) { in AddParticipant()
514 collective = collective_it->second; in AddParticipant()