Home
last modified time | relevance | path

Searched refs:GATHER_COLLECTIVE (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dring_gatherer.h33 RingGatherer() : RingAlg(GATHER_COLLECTIVE, "Gather") {} in RingGatherer()
Dring_gatherer.cc44 DCHECK_EQ(col_params->instance.type, GATHER_COLLECTIVE); in InitializeCollectiveParams()
Dbase_collective_executor.cc241 col_params.instance.type == GATHER_COLLECTIVE || in ExecuteAsync()
Dring_gatherer_test.cc183 col_params_.instance.type = GATHER_COLLECTIVE; in Init()
538 cp.instance.type = GATHER_COLLECTIVE; in SetUpCollectiveParams()
Dcollective_param_resolver_local.cc621 } else if (cp->instance.type == GATHER_COLLECTIVE) { in AssignCollectiveType()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h45 GATHER_COLLECTIVE, enumerator
/external/tensorflow/tensorflow/core/kernels/
Dcollective_ops.cc75 col_params_.instance.type = GATHER_COLLECTIVE; in CollectiveGatherOpKernel()