Home
last modified time | relevance | path

Searched refs:BROADCAST_COLLECTIVE (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_broadcaster.h25 NcclBroadcaster() : NcclBase(BROADCAST_COLLECTIVE, "NcclBroadcast") {} in NcclBroadcaster()
Dcollective_nccl.cc41 case BROADCAST_COLLECTIVE: in InitializeCollectiveParams()
Dcollective_ops.cc323 col_params_->instance.type = BROADCAST_COLLECTIVE; in CollectiveBcastSendOpKernel()
400 col_params_->instance.type = BROADCAST_COLLECTIVE; in CollectiveBcastRecvOpKernel()
790 col_params->instance.type = BROADCAST_COLLECTIVE; in ComputeAsync()
924 col_params->instance.type = BROADCAST_COLLECTIVE; in ComputeAsync()
Dcollective_nccl_test.cc484 : NcclTestBase(/*collective_type=*/BROADCAST_COLLECTIVE, in NcclBroadcasterTest()
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_util.cc72 if (col_params.instance.type == BROADCAST_COLLECTIVE) { in SubdivPermDebugString()
Dbase_collective_executor.cc303 (col_params->instance.type == BROADCAST_COLLECTIVE && in ExecuteAsync()
401 if (col_params.instance.type == BROADCAST_COLLECTIVE) { in CreateCollective()
Dcollective_param_resolver_local_test.cc219 cp->instance.type = BROADCAST_COLLECTIVE; in InitializeCollectiveParamsForBroadcast()
313 cp->instance.type = BROADCAST_COLLECTIVE; in MakeCollectiveParams()
Dhierarchical_tree_broadcaster_test.cc278 col_params_->instance.type = BROADCAST_COLLECTIVE; in Init()
545 cp->instance.type = BROADCAST_COLLECTIVE; in PrepColParamsForSubdivPermsTest()
797 cp->instance.type = BROADCAST_COLLECTIVE; in TEST_F()
Dcollective_param_resolver_local.cc61 case BROADCAST_COLLECTIVE: in GetCollectiveName()
762 if (cp->instance.type == BROADCAST_COLLECTIVE) { in CompleteInstanceFromInitializedIRec()
Dhierarchical_tree_broadcaster.cc79 CHECK_EQ(col_params->instance.type, BROADCAST_COLLECTIVE); in InitializeCollectiveParams()
/external/tensorflow/tensorflow/core/nccl/
Dcollective_communicator.cc152 case BROADCAST_COLLECTIVE: { in Enqueue()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h45 BROADCAST_COLLECTIVE, enumerator