Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.h237 bool CheckReady(const string& collective_key, Collective* collective)
Dnccl_manager.cc478 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