Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h140 void LoadGraphOutputs();
Ddebugger.cc1394 void Debugger::LoadGraphOutputs() { in LoadGraphOutputs() function in mindspore::Debugger
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc380 debugger_->LoadGraphOutputs(); in LoadData()