Home
last modified time | relevance | path

Searched refs:LaunchKernelMod (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h158 bool LaunchKernelMod(const session::KernelGraph &graph, bool mock = false);
Dkernel_runtime.cc1461 bool KernelRuntime::LaunchKernelMod(const session::KernelGraph &graph, bool mock) { in LaunchKernelMod() function in mindspore::device::KernelRuntime
1540 (void)LaunchKernelMod(graph, true); in UseMemSchedulerIfNeeded()
1545 bool ret = LaunchKernelMod(graph, true); in UseMemSchedulerIfNeeded()
1557 if (!LaunchKernelMod(graph)) { in LaunchKernels()