Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h182 GraphProto GetGraphProto(const KernelGraphPtr &graph_ptr) const;
Ddebugger.cc542 auto graph_proto = GetGraphProto(graph_ptr); in LoadGraphs()
595 GraphProto Debugger::GetGraphProto(const KernelGraphPtr &graph_ptr) const { in GetGraphProto() function in mindspore::Debugger