Searched refs:GetGraphProto (Results 1 – 2 of 2) sorted by relevance
182 GraphProto GetGraphProto(const KernelGraphPtr &graph_ptr) const;
542 auto graph_proto = GetGraphProto(graph_ptr); in LoadGraphs()595 GraphProto Debugger::GetGraphProto(const KernelGraphPtr &graph_ptr) const { in GetGraphProto() function in mindspore::Debugger