Home
last modified time | relevance | path

Searched refs:exec_key (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/nccl/
Dcollective_communicator.cc61 string NcclCollectiveKey(const string& exec_key, int step_id) { in NcclCollectiveKey() argument
62 return strings::StrCat(exec_key, ":", step_id); in NcclCollectiveKey()
77 NcclCollectiveKey(col_ctx->exec_key, col_ctx->step_id); in Enqueue()
/external/tensorflow/tensorflow/core/common_runtime/
Dring_alg.cc63 string RingAlgBufKey(const string& name, const string& exec_key, int pass, in RingAlgBufKey() argument
66 return strings::StrCat(name, "(", exec_key, "):pass(", pass, "):section(", in RingAlgBufKey()
71 return strings::StrCat(exec_key, ":", pass, ":", section, ":", source_rank); in RingAlgBufKey()
384 string send_buf_key = RingAlgBufKey(name_, col_ctx_->exec_key, in DispatchSend()
404 RingAlgBufKey(name_, col_ctx_->exec_key, rf->second_pass, rf->sc_idx, in DispatchRecv()
425 " exec ", col_ctx_->exec_key, " step_id=", col_ctx_->step_id, in FieldState()
Dhierarchical_tree_broadcaster.cc44 string BroadcastBufKey(const string& exec_key, int subdiv, int src_rank, in BroadcastBufKey() argument
47 return strings::StrCat("broadcast(", exec_key, "):subdiv(", subdiv, in BroadcastBufKey()
51 return strings::StrCat(exec_key, ":", subdiv, ":", src_rank, ":", dst_rank); in BroadcastBufKey()
414 BroadcastBufKey(col_ctx_->exec_key, subdiv, src_rank, dst_rank); in DispatchSend()
434 BroadcastBufKey(col_ctx_->exec_key, subdiv, src_rank, dst_rank); in DispatchRecv()
Dpermuter.cc83 strings::StrCat(col_ctx_->exec_key, src_rank, target_rank); in DispatchSend()
99 strings::StrCat(col_ctx_->exec_key, src_rank, target_rank); in DispatchRecv()
Dbase_collective_executor.h114 const string& exec_key, StatusCallback done) override;
Dbase_collective_executor.cc268 const string& exec_key, in ExecuteAsync() argument
317 col_params, exec_key, step_id_, input, output); in ExecuteAsync()
Dpermuter_test.cc397 string exec_key = in DoPermute() local
403 parent_->dev_mgr_.get(), &ctx, &op_params, col_params_, exec_key, in DoPermute()
Dring_gatherer_test.cc486 string exec_key = in DoGather() local
492 parent_->dev_mgr_.get(), &ctx, &op_params, col_params_, exec_key, in DoGather()
Dring_reducer_test.cc519 string exec_key = in DoReduce() local
525 parent_->dev_mgr_.get(), &ctx, &op_params, col_params_, exec_key, in DoReduce()
Dhierarchical_tree_broadcaster_test.cc679 string exec_key = in DoBroadcast() local
686 parent_->dev_mgr_.get(), &ctx, &op_params, col_params_, exec_key, in DoBroadcast()
/external/tensorflow/tensorflow/core/framework/
Dcollective.cc173 const string& exec_key, int64 step_id, const Tensor* input, Tensor* output) in CollectiveContext() argument
180 exec_key(exec_key), in CollectiveContext()
Dcollective.h302 const string& exec_key, StatusCallback done) { in ExecuteAsync() argument
371 const string exec_key; member
383 const CollectiveParams* col_params, const string& exec_key,
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_test.cc326 string exec_key = in RunReduce() local
332 /*OpKernelContext=*/&ctx, &op_params, col_params_, exec_key, kStepId, in RunReduce()
358 string exec_key = in RunBroadcast() local
364 /*OpKernelContext=*/&ctx, &op_params, col_params_, exec_key, kStepId, in RunBroadcast()
399 string exec_key = in RunGather() local
405 /*OpKernelContext=*/&ctx, &op_params, col_params_, exec_key, kStepId, in RunGather()