Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.h190 Status GetCommunicator(Collective* collective, Communicator** communicator);
Dnccl_manager.cc195 Status NcclManager::GetCommunicator(NcclManager::Collective* collective, in GetCommunicator() function in tensorflow::NcclManager
493 s = GetCommunicator(collective, &collective->communicator); in RunCollective()