Home
last modified time | relevance | path

Searched defs:collective_name (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dcollective.cc193 const string& collective_name, in Lookup()
200 const string& collective_name, in LookupParamResolverInstance()
214 Status CollectiveRegistry::Register(const string& collective_name, in Register()
228 const string& collective_name, in LookupHelper()
Dcollective.h90 string collective_name; member
479 CollectiveRegistration(const string& collective_name, in CollectiveRegistration()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_test_util.cc183 const CollectiveTestEnv& test_env, int rank, const string& collective_name, in CreateCollectiveParams()
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_test.cc86 NcclTestBase(CollectiveType collective_type, const string& collective_name) in NcclTestBase()