Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h151 class ExecutorBarrier {
163 ExecutorBarrier(size_t num, Rendezvous* r, StatusCallback done) in ExecutorBarrier() function
166 ~ExecutorBarrier() {} in ~ExecutorBarrier()
171 return std::bind(&ExecutorBarrier::WhenDone, this, std::placeholders::_1); in Get()
228 TF_DISALLOW_COPY_AND_ASSIGN(ExecutorBarrier);
Ddirect_session.cc731 ExecutorBarrier* barrier = in RunInternal()
732 new ExecutorBarrier(num_executors, rendezvous.get(), in RunInternal()
979 ExecutorBarrier* barrier = new ExecutorBarrier( in PRunSetup()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc522 ExecutorBarrier* barrier = in StartParallelExecutors()
523 new ExecutorBarrier(num_units, rendezvous, in StartParallelExecutors()