Home
last modified time | relevance | path

Searched refs:CollectiveContext (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl.h33 std::shared_ptr<CollectiveContext> col_ctx) override;
42 std::shared_ptr<CollectiveContext> col_ctx_;
Dcollective_nccl.cc62 std::shared_ptr<CollectiveContext> col_ctx) { in InitializeCollectiveContext()
Dcollective_nccl_test.cc329 auto col_ctx = std::make_shared<CollectiveContext>( in RunReduce()
361 auto col_ctx = std::make_shared<CollectiveContext>( in RunBroadcast()
402 auto col_ctx = std::make_shared<CollectiveContext>( in RunGather()
/external/tensorflow/tensorflow/core/common_runtime/
Dpermuter.h59 std::shared_ptr<CollectiveContext> col_ctx) override;
67 std::shared_ptr<CollectiveContext> col_ctx_;
Dhierarchical_tree_broadcaster.h43 std::shared_ptr<CollectiveContext> col_ctx) override;
84 std::shared_ptr<CollectiveContext> col_ctx_;
Dring_alg.h43 std::shared_ptr<CollectiveContext> col_ctx) override;
112 std::shared_ptr<CollectiveContext> col_ctx_;
Dpermuter.cc54 std::shared_ptr<CollectiveContext> col_ctx) { in InitializeCollectiveContext()
Dhierarchical_tree_broadcaster.cc188 std::shared_ptr<CollectiveContext> col_ctx) { in InitializeCollectiveContext()
Dbase_collective_executor.cc315 auto col_ctx = std::make_shared<CollectiveContext>( in ExecuteAsync()
Dring_alg.cc245 std::shared_ptr<CollectiveContext> col_ctx) { in InitializeCollectiveContext()
Dpermuter_test.cc401 auto col_ctx = std::make_shared<CollectiveContext>( in DoPermute()
Dring_gatherer_test.cc490 auto col_ctx = std::make_shared<CollectiveContext>( in DoGather()
Dring_reducer_test.cc523 auto col_ctx = std::make_shared<CollectiveContext>( in DoReduce()
Dhierarchical_tree_broadcaster_test.cc684 auto col_ctx = std::make_shared<CollectiveContext>( in DoBroadcast()
/external/tensorflow/tensorflow/core/framework/
Dcollective.h364 struct CollectiveContext { struct
379 CollectiveContext(CollectiveExecutor* col_exec, argument
391 virtual void Enqueue(std::shared_ptr<CollectiveContext> col_ctx,
420 std::shared_ptr<CollectiveContext> col_ctx) = 0;
Dcollective.cc169 CollectiveContext::CollectiveContext( in CollectiveContext() function in tensorflow::CollectiveContext
/external/tensorflow/tensorflow/core/nccl/
Dcollective_communicator.cc31 void Enqueue(std::shared_ptr<CollectiveContext> col_ctx,
70 void NcclCommunicator::Enqueue(std::shared_ptr<CollectiveContext> col_ctx, in Enqueue()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed_test.cc369 std::shared_ptr<CollectiveContext>) override { in InitializeCollectiveContext() argument