Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h188 void SendGraphAndSuspend(const GraphProto &graph_proto);
Ddebugger.cc567 SendGraphAndSuspend(graph_proto); in CheckGraphPtr()
631 void Debugger::SendGraphAndSuspend(const GraphProto &graph_proto) { in SendGraphAndSuspend() function in mindspore::Debugger