Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h148 class ExecutorBarrier {
160 ExecutorBarrier(size_t num, Rendezvous* r, StatusCallback done) in ExecutorBarrier() function
163 ~ExecutorBarrier() {} in ~ExecutorBarrier()
168 return std::bind(&ExecutorBarrier::WhenDone, this, std::placeholders::_1); in Get()
217 TF_DISALLOW_COPY_AND_ASSIGN(ExecutorBarrier);
Ddirect_session.cc517 ExecutorBarrier* barrier = new ExecutorBarrier( in RunInternal()
873 ExecutorBarrier* barrier = new ExecutorBarrier( in PRunSetup()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc481 ExecutorBarrier* barrier = in StartParallelExecutors()
482 new ExecutorBarrier(num_units, rendezvous, in StartParallelExecutors()