Home
last modified time | relevance | path

Searched refs:NcclReducer (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_reducer.cc29 NcclReducer::NcclReducer() : col_ctx_(nullptr), col_params_(nullptr) {} in NcclReducer() function in tensorflow::NcclReducer
31 Status NcclReducer::InitializeCollectiveParams(CollectiveParams* col_params) { in InitializeCollectiveParams()
44 Status NcclReducer::InitializeCollectiveContext(CollectiveContext* col_ctx) { in InitializeCollectiveContext()
52 Status NcclReducer::InitializeInstanceBeforeGroupDiscovery( in InitializeInstanceBeforeGroupDiscovery()
74 void NcclReducer::Run(StatusCallback done) { in Run()
202 REGISTER_COLLECTIVE(NcclReduce, NcclReducer);
Dcollective_nccl_reducer.h23 class NcclReducer : public CollectiveImplementationInterface {
25 NcclReducer();
26 ~NcclReducer() override = default;
Dcollective_nccl_reducer_test.cc290 NcclReducer reducer; in DoReduce()