Searched refs:CheckReady (Results 1 – 2 of 2) sorted by relevance
237 bool CheckReady(const string& collective_key, Collective* collective)
478 if (CheckReady(collective_key, collective)) { in SignalMultiNodeReady()588 if (CheckReady(context.collective_key, collective)) { in AddParticipant()600 bool NcclManager::CheckReady(const string& collective_key, in CheckReady() function in tensorflow::NcclManager