HomeSort by relevance Sort by last modified time
    Searched refs:WaitForDependencies (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
base_collective_executor.h 148 void WaitForDependencies(const CollectiveParams& col_params) override;
base_collective_executor.cc 324 void BaseCollectiveExecutor::WaitForDependencies(
  /external/tensorflow/tensorflow/core/framework/
collective.h 279 // `WaitForDependencies` and `Launched` are used for fine-grained control of
285 // `WaitForDependencies` will block until it is safe to continue the callee's
288 virtual void WaitForDependencies(const CollectiveParams& col_params) {}
  /external/tensorflow/tensorflow/core/kernels/
collective_nccl_reducer.cc 178 // `WaitForDependencies` may block if the collective instances on which this
181 col_ctx_->col_exec->WaitForDependencies(*col_params_);

Completed in 544 milliseconds