Home
last modified time | relevance | path

Searched refs:run_state (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc502 RunState run_state(step_id, &devices_); in RunInternal() local
561 run_state.collective_executor.reset(new CollectiveExecutor::Handle( in RunInternal()
645 (run_state.collective_executor ? run_state.collective_executor->get() in RunInternal()
649 args.tensor_store = &run_state.tensor_store; in RunInternal()
650 args.step_container = &run_state.step_container; in RunInternal()
671 run_state.collector.reset( in RunInternal()
673 args.stats_collector = run_state.collector.get(); in RunInternal()
733 [&run_state, &executors_done](const Status& ret) { in RunInternal()
735 mutex_lock l(run_state.mu); in RunInternal()
736 run_state.status.Update(ret); in RunInternal()
[all …]
Ddirect_session.h293 const ExecutorsAndKeys* executors_and_keys, PartialRunState* run_state,
302 const PartialRunState* run_state);
310 void WaitForNotification(Notification* n, RunState* run_state,
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc225 const RunState* run_state,
1037 const RunStepRequestWrapper& req, const RunState* run_state, in CheckFetches() argument
1041 for (const auto& input : run_state->pending_inputs) { in CheckFetches()
1624 RunState* run_state = in PartialRunSetup() local
1630 std::make_pair(handle, std::unique_ptr<RunState>(run_state))); in PartialRunSetup()
1717 RunState* run_state = nullptr; in DoPartialRun() local
1725 run_state = it->second.get(); in DoPartialRun()
1736 if (!run_state->step_started) { in DoPartialRun()
1737 run_state->step_started = true; in DoPartialRun()
1740 const auto count = run_state->count; in DoPartialRun()
[all …]
/external/llvm-project/lldb/source/Target/
DThreadPlanPython.cpp153 lldb::StateType run_state = eStateRunning; in GetPlanRunState() local
158 run_state = script_interp->ScriptedThreadPlanGetRunState( in GetPlanRunState()
162 return run_state; in GetPlanRunState()
DThreadList.cpp584 StateType run_state; in WillResume() local
586 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
588 run_state = eStateSuspended; in WillResume()
589 if (!thread_sp->ShouldResume(run_state)) in WillResume()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp232 if (m_basic_info.run_state == 0) in IsUserReady()
235 switch (m_basic_info.run_state) { in IsUserReady()
306 switch (m_basic_info.run_state) { in Dump()
336 m_basic_info.policy, m_basic_info.run_state, thread_run_state, in Dump()
/external/llvm-project/lldb/tools/darwin-threads/
Dexamine-threads.c413 switch (basic_info->run_state) { in main()