Home
last modified time | relevance | path

Searched defs:task_context (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dcpu_device_context.cc85const std::shared_ptr<runtime::KernelTaskContext> &task_context) { in GetTaskByTaskType()
535 auto task_context = in ExecuteKernelTask() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/hardware/
Dgpu_device_context.cc102const std::shared_ptr<runtime::KernelTaskContext> &task_context) { in GetTaskByTaskType()
1085 auto task_context = in ExecuteKernelTask() local
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Ditem.rs955 let task_context = self.task_context.take(); in lower_body() localVariable
Dexpr.rs738 let task_context = if let Some(task_context_hid) = self.task_context { in lower_expr_await() localVariable
Dlib.rs115 task_context: Option<hir::HirId>, field
/third_party/python/Modules/
D_asynciomodule.c92 PyObject *task_context; member