Home
last modified time | relevance | path

Searched refs:CollectiveType (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl.h25 explicit NcclBase(CollectiveType type, const string& name);
40 const CollectiveType type_;
Dcollective_nccl.cc26 NcclBase::NcclBase(CollectiveType type, const string& name) in NcclBase()
Dcollective_nccl_test.cc85 NcclTestBase(CollectiveType collective_type, const string& collective_name) in NcclTestBase()
432 CollectiveType collective_type_;
/external/tensorflow/tensorflow/core/common_runtime/
Dring_alg.h33 explicit RingAlg(CollectiveType type, const string& name);
110 const CollectiveType type_;
Dring_alg.cc99 RingAlg::RingAlg(CollectiveType type, const string& name) in RingAlg()
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.h203 enum CollectiveType { enum
227 const Context& context, CollectiveType collective_type,
Dnccl_manager.cc164 CollectiveType type_in, ncclRedOp_t reduction_op_in, in Collective()
190 const CollectiveType type;
491 CollectiveType collective_type, in AddParticipant()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed.cc36 const CollectiveType& collective_type, in CompleteGroupCall()
145 cp->instance.type = CollectiveType(request->collective_type()); in CompleteGroupAsync()
191 cp->instance.type = CollectiveType(request->type()); in CompleteInstanceAsync()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h43 enum CollectiveType { enum
109 CollectiveType type = UNDEFINED_COLLECTIVE;