Home
last modified time | relevance | path

Searched defs:RunState (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_pass_interface.h35 struct RunState { struct
45 RunState() = default; argument
46 explicit RunState(HloModule* module) in RunState() function
55 void IncrementIteration() { in IncrementIteration()
Dhlo_pass_fix.h37 using RunState = HloPassInterface::RunState; variable
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.h173 struct RunState { struct
184 RunState(const std::vector<string>& input_names, argument
Dmaster_session.cc2162 MasterSession::RunState::RunState(const std::vector<string>& input_names, in RunState() function in tensorflow::MasterSession::RunState
/external/cronet/tot/base/message_loop/
Dmessage_pump_win.h43 struct RunState { struct
44 explicit RunState(Delegate* delegate_in) : delegate(delegate_in) {} in RunState() argument
46 const raw_ptr<Delegate> delegate;
49 bool should_quit = false;
52 bool is_nested = false;
Dmessage_pump_fuchsia.h161 struct RunState { struct
162 explicit RunState(Delegate* delegate_in) : delegate(delegate_in) {} in RunState() function
173 RAW_PTR_EXCLUSION RunState* run_state_ = nullptr; argument
Dmessage_pump_glib.cc352 struct MessagePumpGlib::RunState { struct in base::MessagePumpGlib
353 explicit RunState(Delegate* delegate) : delegate(delegate) { in RunState() function
357 const raw_ptr<Delegate> delegate;
360 bool should_quit = false;
365 int do_work_depth = 0;
371 std::optional<int> g_depth_on_iteration;
375 Delegate::ScopedDoWorkItem scoped_do_work_item;
379 Delegate::ScopedDoWorkItem native_loop_do_work_item;
384 Delegate::NextWorkInfo next_work_info;
Dmessage_pump_epoll.h215 struct RunState { struct
216 explicit RunState(Delegate* delegate) : delegate(delegate) {} in RunState() function
220 RAW_PTR_EXCLUSION Delegate* const delegate;
223 bool should_quit = false;
/external/cronet/stable/base/message_loop/
Dmessage_pump_win.h43 struct RunState { struct
44 explicit RunState(Delegate* delegate_in) : delegate(delegate_in) {} in RunState() function
46 const raw_ptr<Delegate> delegate;
49 bool should_quit = false;
52 bool is_nested = false;
Dmessage_pump_fuchsia.h161 struct RunState { struct
162 explicit RunState(Delegate* delegate_in) : delegate(delegate_in) {} in RunState() function
173 RAW_PTR_EXCLUSION RunState* run_state_ = nullptr; argument
Dmessage_pump_glib.cc352 struct MessagePumpGlib::RunState { struct in base::MessagePumpGlib
353 explicit RunState(Delegate* delegate) : delegate(delegate) { in RunState() function
357 const raw_ptr<Delegate> delegate;
360 bool should_quit = false;
365 int do_work_depth = 0;
371 std::optional<int> g_depth_on_iteration;
375 Delegate::ScopedDoWorkItem scoped_do_work_item;
379 Delegate::ScopedDoWorkItem native_loop_do_work_item;
384 Delegate::NextWorkInfo next_work_info;
Dmessage_pump_epoll.h215 struct RunState { struct
216 explicit RunState(Delegate* delegate) : delegate(delegate) {} in RunState() argument
220 RAW_PTR_EXCLUSION Delegate* const delegate;
223 bool should_quit = false;
/external/cronet/stable/base/test/
Dtest_support_android.cc25 struct RunState { struct
26 RunState(base::MessagePump::Delegate* delegate, int run_depth) in RunState() argument
32 raw_ptr<base::MessagePump::Delegate> delegate;
35 int run_depth;
38 bool should_quit;
/external/cronet/tot/base/test/
Dtest_support_android.cc25 struct RunState { struct
26 RunState(base::MessagePump::Delegate* delegate, int run_depth) in RunState() argument
32 raw_ptr<base::MessagePump::Delegate> delegate;
35 int run_depth;
38 bool should_quit;
/external/libchrome/base/test/
Dtest_support_android.cc23 struct RunState { struct
24 RunState(base::MessagePump::Delegate* delegate, int run_depth) in RunState() argument
30 base::MessagePump::Delegate* delegate;
33 int run_depth;
36 bool should_quit;
/external/leveldb/util/
Denv_test.cc74 struct RunState { in TEST_F() struct
75 port::Mutex mu; in TEST_F()
76 port::CondVar cvar{&mu}; in TEST_F()
77 bool called = false; in TEST_F()
79 static void Run(void* arg) { in TEST_F()
98 struct RunState { in TEST_F() struct
99 port::Mutex mu; in TEST_F()
100 port::CondVar cvar{&mu}; in TEST_F()
101 int last_id = 0; in TEST_F()
/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc163 struct MessagePumpGlib::RunState { struct in base::MessagePumpGlib
164 Delegate* delegate;
167 bool should_quit;
170 int run_depth;
175 bool has_work;
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h199 struct RunState { struct
207 RunState(int64_t step_id, const std::vector<Device*>* devices); argument
Ddirect_session.cc1783 DirectSession::RunState::RunState(int64_t step_id, in RunState() function in tensorflow::DirectSession::RunState
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DSimpleRemoteEPCServer.h167 enum { ServerRunning, ServerShuttingDown, ServerShutDown } RunState; variable
/external/pytorch/torch/csrc/profiler/standalone/
Dexecution_trace_observer.cpp116 enum class RunState { uninitialized, disabled, enabled }; enum
641 using RunState = ExecutionTraceObserver::RunState; in onFunctionEnter() typedef
680 using RunState = ExecutionTraceObserver::RunState; in onFunctionExit() typedef
/external/crosvm/vm_control/src/
Dlib.rs139 RunState(VmRunMode), enumerator
/external/bcc/tests/cc/
Dcatch.hpp5486 enum RunState { enum in Catch::TestCaseTracking::TrackerContext