Home
last modified time | relevance | path

Searched refs:RunDynamicKernelAsync (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_kernel_runtime.h48 bool RunDynamicKernelAsync(const session::KernelGraph &graph) override { return true; } in RunDynamicKernelAsync() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.h52 bool RunDynamicKernelAsync(const session::KernelGraph &graph) override;
Dascend_kernel_runtime.cc884 bool AscendKernelRuntime::RunDynamicKernelAsync(const session::KernelGraph &graph) { in RunDynamicKernelAsync() function in mindspore::device::ascend::AscendKernelRuntime
925 return RunDynamicKernelAsync(graph); in RunTask()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.h49 bool RunDynamicKernelAsync(const session::KernelGraph &graph) override { return true; } in RunDynamicKernelAsync() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h71 virtual bool RunDynamicKernelAsync(const session::KernelGraph &graph) = 0;