Home
last modified time | relevance | path

Searched defs:task_context (Results 1 – 3 of 3) 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/python/Modules/
D_asynciomodule.c92 PyObject *task_context; member