Home
last modified time | relevance | path

Searched refs:DumpDataEnabled (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h64 static bool DumpDataEnabled();
Dkernel_runtime.cc364 bool KernelRuntime::DumpDataEnabled() { in DumpDataEnabled() function in mindspore::device::KernelRuntime
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc213 return device::KernelRuntime::DumpDataEnabled(); in CheckDebuggerDumpEnabled()