Home
last modified time | relevance | path

Searched defs:run_it (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dpartial_run_mgr.cc45 auto run_it = step_id_to_partial_run_.find(step_id); in ExecutorDone() local
72 auto run_it = step_id_to_partial_run_.find(step_id); in PartialRunDone() local
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp4649 struct run_it { struct
4650 shared_ptr<FutureExecutorContinuationSharedState> that_;
4654 run_it(run_it const& x) //BOOST_NOEXCEPT function
4657 run_it& operator=(BOOST_THREAD_COPY_ASSIGN_REF(run_it) x) //BOOST_NOEXCEPT
4665 run_it(BOOST_THREAD_RV_REF(run_it) x) BOOST_NOEXCEPT argument
4670 run_it& operator=(BOOST_THREAD_RV_REF(run_it) x) BOOST_NOEXCEPT {
4678 run_it(shared_ptr<FutureExecutorContinuationSharedState> that) : that_ (that) {} function
4680 void operator()()