Home
last modified time | relevance | path

Searched defs:async_task (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dasync_eval_result.cc126 AsyncInferTaskPtr async_task = AsyncInferTask::MakeShared(control_run_order); in WaitForRun() local
203 auto async_task = *it; in SetNextReady() local
216 auto async_task = AsyncInferTask::MakeShared(shared_from_this()); in GetResult() local
Dstatic_analysis.cc86 AsyncInferTaskPtr async_task, trace::TraceGraphEvalStack graph_evals, in ExecEvaluator()
1622 AsyncInferTaskPtr async_task = AsyncInferTask::MakeShared(control_run_order, thread_id); in ExecuteMultipleEvaluatorsMultiThread() local
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dlen_without_is_empty.rs272 async fn async_task(&self) -> bool { in async_task() method
288 pub async fn async_task(&self) -> bool { in async_task() method
300 async fn async_task(&self) -> bool { in async_task() method
321 async fn async_task(&self) -> bool { in async_task() method
333 async fn async_task(&self) -> bool { in async_task() method
/third_party/libwebsockets/include/libwebsockets/
Dlws-threadpool.h81 char async_task; /**< set to allow the task to shrug off the loss member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Ddevice_address_utils.cc1316 auto async_task = [device_context, old_device_address, new_device_address, stream_id]() { in ConvertContiguousDeviceAddress() local