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

  /external/tensorflow/tensorflow/core/common_runtime/
executor.h 151 // ExecutorBarrier deletes itself after the function returned by Get()
153 class ExecutorBarrier {
157 // Create an ExecutorBarrier for 'num' different executors.
164 // ExecutorBarrier is deleted.
165 ExecutorBarrier(size_t num, Rendezvous* r, StatusCallback done)
168 ~ExecutorBarrier() {}
173 return std::bind(&ExecutorBarrier::WhenDone, this, std::placeholders::_1);
223 TF_DISALLOW_COPY_AND_ASSIGN(ExecutorBarrier);
direct_session.cc 517 ExecutorBarrier* barrier = new ExecutorBarrier(
757 ExecutorBarrier* barrier = new ExecutorBarrier(
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
graph_mgr.cc 459 ExecutorBarrier* barrier =
460 new ExecutorBarrier(num_units, rendezvous,

Completed in 84 milliseconds