Home
last modified time | relevance | path

Searched refs:LaunchKernels (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h72 bool LaunchKernels(const session::KernelGraph &graph);
Dkernel_runtime.cc1555 bool KernelRuntime::LaunchKernels(const session::KernelGraph &graph) { in LaunchKernels() function in mindspore::device::KernelRuntime
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc726 ret = LaunchKernels(graph); in Run()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc486 ret = LaunchKernels(graph); in Run()