Searched refs:collective_it (Results 1 – 1 of 1) sorted by relevance
384 auto collective_it = collectives_.find(collective_key); in SignalMultiNodeReady() local385 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() local405 if (collective_it == collectives_.end()) { in AddParticipant()413 collective = collective_it->second.get(); in AddParticipant()