Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h193 void SendMultiGraphsAndClear(const KernelGraphPtr &graph_ptr);
Ddebugger.cc316 SendMultiGraphsAndClear(graph_ptr); in PreExecute()
347 void Debugger::SendMultiGraphsAndClear(const KernelGraphPtr &graph_ptr) { in SendMultiGraphsAndClear() function in mindspore::Debugger